Exemplo n.º 1
0
 def __init__(self, player, contexts=[], actions={}, prio=0):
     ActionMap.__init__(self, contexts, actions, prio)
     self.player = player
Exemplo n.º 2
0
			def __init__(self, player, contexts = [ ], actions = { }, prio=0):
				ActionMap.__init__(self, contexts, actions, prio)
				self.player = player
Exemplo n.º 3
0
			def __init__(self, csel, contexts = [ ], actions = { }, prio=0):
				ActionMap.__init__(self, contexts, actions, prio)
				self.csel = csel