Dischord.Engine.TileRow.TileRow C# (CSharp) 메소드

TileRow() 공개 메소드

public TileRow ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public TileRow()
        {
            tileList = new List<Tile>();
        }