diff --git a/PlayerController.cs b/PlayerController.cs index 4686609..fcdc843 100644 --- a/PlayerController.cs +++ b/PlayerController.cs @@ -11,6 +11,7 @@ public class PlayerController : MonoBehaviour { private int score; + // Initial calculations void Start() { rb = GetComponent ();