Пример #1
0
 public Wrapper(int[,] level, IndexPair playerLocation)
 {
     this.level = level;
     MonsterLocations = new Dictionary<IndexPair, IndexPair>();
     this.playerLocation = playerLocation;
 }