Removed Start()

This commit is contained in:
Felipe Martin 2019-03-05 23:01:31 +00:00
parent 1ee9a2ad00
commit f4400d4822
1 changed files with 0 additions and 6 deletions

View File

@ -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()
{