示例#1
0
 def iSeeSomeone(self):
     if(self.iSeeSomeoneFlag == False):
         SoundController.whistle(self.soundCtrlr)
         self.whereIsEveryoneFlag = False
         self.iSeeSomeoneFlag = True
示例#2
0
文件: R2.py 项目: rcorvus/R2PY
 def whistle(self):
     print("sound whistle")
     SoundController.whistle(self.soundCtrlr)