public void PlayerIsDead()
 {
     _currentGameStats.IncrementDeathVal();
     OnPlayerDeath?.Invoke(newText: "U r Ded - Return::Main");
 }