summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedObjectPart.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedObjectPart.cs')
-rw-r--r--Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedObjectPart.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedObjectPart.cs b/Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedObjectPart.cs
deleted file mode 100644
index b5a0f08..0000000
--- a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedObjectPart.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using UnityEngine;
-
-namespace NGS.MeshFusionPro;
-
-public interface ICombinedObjectPart
-{
- ICombinedObject Root { get; }
-
- Bounds Bounds { get; }
-
- Bounds LocalBounds { get; }
-
- void Destroy();
-}
-public interface ICombinedObjectPart<TCombinedObject> : ICombinedObjectPart where TCombinedObject : ICombinedObject
-{
- new TCombinedObject Root { get; }
-}