Пример #1
0
 public InteriorTile(int x, int y, Chunk chunk, Map map)
     : base(x, y, chunk, map)
 {
     Info = new InteriorMaterialInfo(this);
 }