Beispiel #1
0
 def get_playing(self):
     return diplomacy.Player(freeciv.func.get_playing())
Beispiel #2
0
 def get_player_with_id(self, id):
     return diplomacy.Player(freeciv.func.player_by_number(id))