diff options
author | chai <chaifix@163.com> | 2020-10-13 19:08:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-13 19:08:27 +0800 |
commit | 0a84de586c479a32959bd30fbf1a05abac1557e1 (patch) | |
tree | ad3a9cc6e5019c1d3939cd031346f29795201f1a /Assets/Scripts/Physics/PhysicsWorld.cs | |
parent | 71c03c717b189ee0ff0e62d219f02b8ab336c40a (diff) |
+frank animation
Diffstat (limited to 'Assets/Scripts/Physics/PhysicsWorld.cs')
-rw-r--r-- | Assets/Scripts/Physics/PhysicsWorld.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Assets/Scripts/Physics/PhysicsWorld.cs b/Assets/Scripts/Physics/PhysicsWorld.cs new file mode 100644 index 00000000..4ceb4a37 --- /dev/null +++ b/Assets/Scripts/Physics/PhysicsWorld.cs @@ -0,0 +1,18 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class PhysicsWorld : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}
|