예제 #1
0
 def event_action_menu(self, event):
     sleep(1)
     ret = GenericPlayerEventHandler.event_action_menu(self, event)
     self.player.action_play()
     return ret
예제 #2
0
	def event_action_menu(self, event):
		GenericPlayerEventHandler.event_action_menu(self, event)
예제 #3
0
	def event_action_menu(self, event):
		self.player.paused_hand_status = self.player.paused
		self.player.paused = True
		return GenericPlayerEventHandler.event_action_menu(self, event)