public GameOptionsSelectMapScreen(RoomInformations Room, GameOptionsScreen OptionsScreen, GamePreparationScreen Owner)
        {
            this.Room          = Room;
            this.OptionsScreen = OptionsScreen;
            this.Owner         = Owner;

            DicMapInfoByPath = new Dictionary <string, MapInfo>();
        }
Esempio n. 2
0
 public GameOptionsScreen(RoomInformations Room, GamePreparationScreen Owner)
 {
     this.Room  = Room;
     this.Owner = Owner;
 }