From cf58771365b5953c6eac548b172aae880d1f0acd Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sun, 19 May 2024 17:03:57 +0800 Subject: * rename --- .../NGS.MeshFusionPro/CombinedMeshPart.cs | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 Thronefall_1_57/Decompile/NGS.MeshFusionPro/CombinedMeshPart.cs (limited to 'Thronefall_1_57/Decompile/NGS.MeshFusionPro/CombinedMeshPart.cs') diff --git a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/CombinedMeshPart.cs b/Thronefall_1_57/Decompile/NGS.MeshFusionPro/CombinedMeshPart.cs deleted file mode 100644 index 9034a26..0000000 --- a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/CombinedMeshPart.cs +++ /dev/null @@ -1,26 +0,0 @@ -namespace NGS.MeshFusionPro; - -public class CombinedMeshPart -{ - public CombinedMesh Root { get; private set; } - - public int Index { get; protected set; } - - public int VertexStart { get; protected set; } - - public int VertexCount { get; protected set; } - - public int TrianglesStart { get; protected set; } - - public int TrianglesCount { get; protected set; } - - public CombinedMeshPart(CombinedMesh root, int index, int vertexStart, int vertexCount, int trianglesStart, int trianglesCount) - { - Root = root; - Index = index; - VertexStart = vertexStart; - VertexCount = vertexCount; - TrianglesStart = trianglesStart; - TrianglesCount = trianglesCount; - } -} -- cgit v1.1-26-g67d0