示例#1
0
    def __init__(self):
        SObject.__init__(self)

        self._loopTime = 0  # 周期触发时间
        self._totalTime = 0  # 持续时间
示例#2
0
	def __init__(self):
		SObject.__init__(self)
示例#3
0
 def __init__(self):
     SObject.__init__(self)
示例#4
0
文件: DBuff.py 项目: 1958/kbengine
	def __init__(self):
		SObject.__init__(self)

		self._loopTime = 0		# 周期触发时间
		self._totalTime = 0		# 持续时间