summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/IMeshToolsFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_57/Thronefall/NGS.MeshFusionPro/IMeshToolsFactory.cs')
-rw-r--r--Thronefall_1_57/Thronefall/NGS.MeshFusionPro/IMeshToolsFactory.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/IMeshToolsFactory.cs b/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/IMeshToolsFactory.cs
deleted file mode 100644
index 2d670e2..0000000
--- a/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/IMeshToolsFactory.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace NGS.MeshFusionPro;
-
-public interface IMeshToolsFactory
-{
- IMeshCombiner CreateMeshCombiner();
-
- IMeshCutter CreateMeshCutter();
-}