Example #1
0
 public void PlayerUIInit()
 {
     playerUI.FillSprintBar(_currentStamina / _stamina);
     playerUI.CheckHealth(_health);
 }