// Use this for initialization void Awake() { Instance = this; }
// Use this for initialization void Awake() { Player = GameObject.FindGameObjectWithTag("Player"); Instance = this; }