示例#1
0
文件: Game.java 项目: Deaboy/Manhunt
 public GameLobby getLobby() {
   return (GameLobby) Manhunt.getLobby(lobby_id);
 }