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