public BattleModeSelect(RoomInformations Room, BattleSelect Owner, TripleThunderOnlineClient OnlineClient)
 {
     this.Room         = Room;
     this.Owner        = Owner;
     this.OnlineClient = OnlineClient;
 }
 public BattleMapSelect(RoomInformations Room, BattleSelect Owner)
 {
     this.Room       = Room;
     this.Owner      = Owner;
     ListMissionInfo = new List <MissionInfo>();
 }