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