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