diff options
author | chai <chaifix@163.com> | 2020-10-13 17:20:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-13 17:20:14 +0800 |
commit | 71c03c717b189ee0ff0e62d219f02b8ab336c40a (patch) | |
tree | 395ce6c55f1876ca6451c706e38a95d0bcbf70a6 /Assets/Scripts/Test/PhysicsWorldTest.cs | |
parent | fc6de82e75310b4c007d80753a5f58e6692f4855 (diff) |
+ability system
Diffstat (limited to 'Assets/Scripts/Test/PhysicsWorldTest.cs')
-rw-r--r-- | Assets/Scripts/Test/PhysicsWorldTest.cs | 2 |
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()
{
|