diff options
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Physics/BoxShape.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Physics/BoxShape.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Physics/BoxShape.cs b/SurvivalTest/Assets/Scripts/Physics/BoxShape.cs new file mode 100644 index 0000000..b5a4e7b --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Physics/BoxShape.cs @@ -0,0 +1,10 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +[RequireComponent(typeof(TopDownTransform))] +public class BoxShape : ShapeBase +{ + + +}
\ No newline at end of file |