// Use this for initialization void Start() { Instance = this; if (DontDestroyTacoOnload) { DontDestroyOnLoad(this.transform.gameObject); } }
void Awake() { Instance = this; LogEvent("start_game"); }