BananaMpq.Layer.AdtRelated.ChunkLiquid.HasHole C# (CSharp) 메소드

HasHole() 공개 메소드

public HasHole ( int col, int row ) : bool
col int
row int
리턴 bool
        public bool HasHole(int col, int row)
        {
            return !ExistsTable[row, col];
        }