summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/CombineErrorStrategy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_57/Thronefall/NGS.MeshFusionPro/CombineErrorStrategy.cs')
-rw-r--r--Thronefall_1_57/Thronefall/NGS.MeshFusionPro/CombineErrorStrategy.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/CombineErrorStrategy.cs b/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/CombineErrorStrategy.cs
deleted file mode 100644
index 89cfbe3..0000000
--- a/Thronefall_1_57/Thronefall/NGS.MeshFusionPro/CombineErrorStrategy.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace NGS.MeshFusionPro;
-
-public enum CombineErrorStrategy
-{
- UndoCombining,
- Ignore
-}