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