private void Awake() { notificationSystem = GameObject.FindWithTag("GameController").GetComponent <NotificationSystem>(); playerSouls = GameObject.FindWithTag("Player").GetComponent <PlayerSouls>(); }
private void Start() { playerSouls = FindObjectOfType <PlayerSouls>(); }