CEngineSharp_Editor.World.Map.Tile.Tile C# (CSharp) Method

Tile() public method

public Tile ( ) : System
return System
            public Tile()
            {
                this.Layers = new Layer[(int)Map.Layers.Fringe2 + 1];
            }
Map.Tile