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

Tile() public method

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