summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Physics/ShapeBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Physics/ShapeBase.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Physics/ShapeBase.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Physics/ShapeBase.cs b/SurvivalTest/Assets/Scripts/Physics/ShapeBase.cs
new file mode 100644
index 0000000..a0eba25
--- /dev/null
+++ b/SurvivalTest/Assets/Scripts/Physics/ShapeBase.cs
@@ -0,0 +1,9 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class ShapeBase : MonoBehaviour
+{
+
+
+} \ No newline at end of file