Beispiel #1
0
 public WallTrim(AutoTextureType type, Map map, Point position) : base(type, map, position)
 {
 }
Beispiel #2
0
 public AutoTextureTile(AutoTextureType type, Map map, Point position) : base(type, map, position)
 {
     this.type = type;
     this.OnNeighborChanged(position);
 }