Mercurial > touhou
view pytouhou/game/effect.pxd @ 722:e71ea8214ee2
ecl_vm: some work on vampire fantasy
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Mon, 28 Oct 2019 21:19:50 +0100 |
parents | cd8a2baf468c |
children |
line wrap: on
line source
from pytouhou.game.element cimport Element cdef class Effect(Element): cpdef update(self)