李昂 5349a56656 !26 run the __init__ when init the meta obj
* run __init__ when init the meta_obj
* clean dead code
2022-06-15 06:20:34 +00:00

12 lines
149 B
Python

# api
from PikaObj import *
import PikaStdTask
def __init__(self): ...
class Task(PikaStdTask.Task):
def platformGetTick(self):
pass