Server.TileList.TileList C# (CSharp) Method

TileList() public method

public TileList ( )
		public TileList()
		{
			m_Tiles = new StaticTile[8];
			m_Count = 0;
		}