Exemple #1
0
 def __init__(self, player, contexts=[], actions={}, prio=0):
     ActionMap.__init__(self, contexts, actions, prio)
     self.player = player
			def __init__(self, player, contexts = [ ], actions = { }, prio=0):
				ActionMap.__init__(self, contexts, actions, prio)
				self.player = player
			def __init__(self, csel, contexts = [ ], actions = { }, prio=0):
				ActionMap.__init__(self, contexts, actions, prio)
				self.csel = csel