summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/NGS.MeshFusionPro/IMovableCombinedMeshFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_57/Decompile/NGS.MeshFusionPro/IMovableCombinedMeshFactory.cs')
-rw-r--r--Thronefall_1_57/Decompile/NGS.MeshFusionPro/IMovableCombinedMeshFactory.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/IMovableCombinedMeshFactory.cs b/Thronefall_1_57/Decompile/NGS.MeshFusionPro/IMovableCombinedMeshFactory.cs
deleted file mode 100644
index 555d632..0000000
--- a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/IMovableCombinedMeshFactory.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace NGS.MeshFusionPro;
-
-public interface IMovableCombinedMeshFactory
-{
- CombinedMesh CreateMovableMesh(out ICombinedMeshMover mover);
-}