示例#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')