summaryrefslogtreecommitdiff
path: root/Hip.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Hip.cs')
-rw-r--r--Hip.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Hip.cs b/Hip.cs
new file mode 100644
index 0000000..379fb1d
--- /dev/null
+++ b/Hip.cs
@@ -0,0 +1,12 @@
+using UnityEngine;
+
+public class Hip : MonoBehaviour
+{
+ private void Start()
+ {
+ }
+
+ private void Update()
+ {
+ }
+}