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

UseExistsTable() 개인적인 정적인 메소드

private static UseExistsTable ( short liquidObjectId, short liquidType ) : bool
liquidObjectId short
liquidType short
리턴 bool
        private static bool UseExistsTable(short liquidObjectId, short liquidType)
        {
            return !IsOcean(liquidObjectId, liquidType) && IsHeightMapDataFilling(liquidObjectId, liquidType);
        }