diff --git a/NewBehaviourScript.cs b/NewBehaviourScript.cs index 0549f64..a895d68 100644 --- a/NewBehaviourScript.cs +++ b/NewBehaviourScript.cs @@ -2,17 +2,14 @@ using System.Collections.Generic; using UnityEngine; -public class NewBehaviourScript : MonoBehaviour -{ +public class NewBehaviourScript : MonoBehaviour { // Start is called before the first frame update - void Start() - { + void Start() { } // Update is called once per frame - void Update() - { + void Update() { } }