Пример #1
0
 private Case()
 {
     isDay        = true;
     cells        = new List <Cell>();
     randomAnimal = new RandomAnimal();
 }