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