Mercurial > touhou
view pytouhou/game/effect.pxd @ 659:53786d834444
Yet more ecl.
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Fri, 09 Aug 2019 04:25:43 +0200 |
parents | cd8a2baf468c |
children |
line wrap: on
line source
from pytouhou.game.element cimport Element cdef class Effect(Element): cpdef update(self)