summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Thronefall/NGS.MeshFusionPro/MeshType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_v1.0/Thronefall/NGS.MeshFusionPro/MeshType.cs')
-rw-r--r--Thronefall_v1.0/Thronefall/NGS.MeshFusionPro/MeshType.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Thronefall_v1.0/Thronefall/NGS.MeshFusionPro/MeshType.cs b/Thronefall_v1.0/Thronefall/NGS.MeshFusionPro/MeshType.cs
new file mode 100644
index 0000000..63cafe1
--- /dev/null
+++ b/Thronefall_v1.0/Thronefall/NGS.MeshFusionPro/MeshType.cs
@@ -0,0 +1,7 @@
+namespace NGS.MeshFusionPro;
+
+public enum MeshType
+{
+ Standard,
+ Lightweight
+}