diff --git a/Assets/Controls.cs b/Assets/Controls.cs index d7bd9c0..83035bd 100644 --- a/Assets/Controls.cs +++ b/Assets/Controls.cs @@ -8,12 +8,6 @@ public class Controls : MonoBehaviour private int separation = 8; private Vector3 position = new Vector3(0, 10, 0); - // Start is called before the first frame update - void Start() - { - - } - // Update is called once per frame void Update() {