Пример #1
0
 public Room()
 {
     PlayerReferences = new SafeCollection<Reference<Player>>();
     Items = new SafeCollection<Item>();
     Spawns = new Spawns();
     AdjacentRoomReferences = new ConcurrentDictionary<char, Reference<Room>>();
 }
Пример #2
0
 public Room()
 {
     PlayerReferences       = new SafeCollection <Reference <Player> >();
     Items                  = new SafeCollection <Item>();
     Spawns                 = new Spawns();
     AdjacentRoomReferences = new ConcurrentDictionary <char, Reference <Room> >();
 }