예제 #1
0
 def loop(self):
     GoPlay.loop(self)
예제 #2
0
파일: unitplay.py 프로젝트: hdl730/atlantis
 def loop(self):
     GoPlay.loop(self)
예제 #3
0
 def end(self):
     self.toGet = True
     return GoPlay.end(self)
예제 #4
0
파일: unitplay.py 프로젝트: hdl730/atlantis
 def end(self):
     self.toGet=True
     return GoPlay.end(self)