summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Test/PhysicsWorldTest.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-10-13 17:20:14 +0800
committerchai <chaifix@163.com>2020-10-13 17:20:14 +0800
commit71c03c717b189ee0ff0e62d219f02b8ab336c40a (patch)
tree395ce6c55f1876ca6451c706e38a95d0bcbf70a6 /Assets/Scripts/Test/PhysicsWorldTest.cs
parentfc6de82e75310b4c007d80753a5f58e6692f4855 (diff)
+ability system
Diffstat (limited to 'Assets/Scripts/Test/PhysicsWorldTest.cs')
-rw-r--r--Assets/Scripts/Test/PhysicsWorldTest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Assets/Scripts/Test/PhysicsWorldTest.cs b/Assets/Scripts/Test/PhysicsWorldTest.cs
index 7c177213..d1c240a5 100644
--- a/Assets/Scripts/Test/PhysicsWorldTest.cs
+++ b/Assets/Scripts/Test/PhysicsWorldTest.cs
@@ -4,6 +4,8 @@ using UnityEngine;
public class PhysicsWorldTest : MonoBehaviour
{
+
+
// Start is called before the first frame update
void Start()
{