Пример #1
0
 def exit(self):
     spacedrive.send('exit')
Пример #2
0
 def join_game(self):
     spacedrive.send('join game screen')
Пример #3
0
 def options(self):
     spacedrive.send('options screen')
Пример #4
0
 def new_game(self):
     spacedrive.send('new game screen')
Пример #5
0
 def load_game(self):
     spacedrive.send('load game screen')
Пример #6
0
 def exit(self):
     spacedrive.send('exit')
Пример #7
0
 def options(self):
     spacedrive.send('options screen')
Пример #8
0
 def join_game(self):
     spacedrive.send('join game screen')
Пример #9
0
 def load_game(self):
     spacedrive.send('load game screen')
Пример #10
0
 def new_game(self):
     spacedrive.send('new game screen')