Exemplo n.º 1
0
 def get_playing(self):
     return diplomacy.Player(freeciv.func.get_playing())
Exemplo n.º 2
0
 def get_player_with_id(self, id):
     return diplomacy.Player(freeciv.func.player_by_number(id))