summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Physics/PhysicsUtils.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-10-14 12:44:29 +0800
committerchai <chaifix@163.com>2020-10-14 12:44:29 +0800
commitdcaad8044384bce4f4358522108bf9a2481ee4e0 (patch)
treefb6cf33d05c66356b0c5d533e266aaa341210a3e /Assets/Scripts/Physics/PhysicsUtils.cs
parent4056f06baea18d3c5ae23c4a022fc6ae6b135bb2 (diff)
*physics
Diffstat (limited to 'Assets/Scripts/Physics/PhysicsUtils.cs')
-rw-r--r--Assets/Scripts/Physics/PhysicsUtils.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/Assets/Scripts/Physics/PhysicsUtils.cs b/Assets/Scripts/Physics/PhysicsUtils.cs
deleted file mode 100644
index 752e15a5..00000000
--- a/Assets/Scripts/Physics/PhysicsUtils.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class PhysicsUtils : MonoBehaviour
-{
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
-}