summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Physics/PhysicsManager_StaticTree.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-05-18 09:30:00 +0800
committerchai <215380520@qq.com>2023-05-18 09:30:00 +0800
commitfdae57bc757aed8c45b725572622c8268591688f (patch)
tree5fd66559808cd01c3592732bd970ee15bdfa761f /WorldlineKeepers/Assets/Scripts/Physics/PhysicsManager_StaticTree.cs
parentef942d6658ae612c9e4bf4e9d00ac70c2149e5fc (diff)
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Physics/PhysicsManager_StaticTree.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Physics/PhysicsManager_StaticTree.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Physics/PhysicsManager_StaticTree.cs b/WorldlineKeepers/Assets/Scripts/Physics/PhysicsManager_StaticTree.cs
new file mode 100644
index 0000000..c759e32
--- /dev/null
+++ b/WorldlineKeepers/Assets/Scripts/Physics/PhysicsManager_StaticTree.cs
@@ -0,0 +1,10 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public partial class PhysicsManager : Singleton<PhysicsManager>
+{
+
+
+
+}