view pytouhou/game/effect.pxd @ 731:ca46b4312df1

ecl_vm: spellcard 9
author Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com>
date Sat, 02 Nov 2019 19:37:06 +0100
parents cd8a2baf468c
children
line wrap: on
line source

from pytouhou.game.element cimport Element

cdef class Effect(Element):
    cpdef update(self)