Mercurial > touhou
view pytouhou/game/effect.pxd @ 739:01915da33b99
ecl_vm: Let enemies spawn other enemies.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 06 Jan 2020 22:43:31 +0100 |
parents | cd8a2baf468c |
children |
line wrap: on
line source
from pytouhou.game.element cimport Element cdef class Effect(Element): cpdef update(self)