Example #1
0
 //  These are wrapped into UnityActions
 void StartFunction()
 {
     // Logic for starting game here
     displayManager.DisplayMessage("Starting on your bird journey");
     GameStats.Clear();
     SceneManager.LoadScene("scene2");
 }