Mercurial > touhou
view pytouhou/game/effect.pxd @ 701:b6c351ca0a35
anm0: return the nom IResult and the list of Anm0s.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 23 Aug 2019 15:34:03 +0200 |
parents | cd8a2baf468c |
children |
line wrap: on
line source
from pytouhou.game.element cimport Element cdef class Effect(Element): cpdef update(self)