view pytouhou/game/effect.pxd @ 735:b9928db975e1

ecl: Enable instruction 99.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 28 Dec 2019 19:20:20 +0100
parents cd8a2baf468c
children
line wrap: on
line source

from pytouhou.game.element cimport Element

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