Mercurial > touhou
view pytouhou/game/effect.pxd @ 724:8acaf45b47d0
ecl_vm: added spellcard 13
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Tue, 29 Oct 2019 14:39:03 +0100 |
parents | cd8a2baf468c |
children |
line wrap: on
line source
from pytouhou.game.element cimport Element cdef class Effect(Element): cpdef update(self)