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