예제 #1
0
 private void UpdatePlayerResources()
 {
     staminaText.text = $"{player.Stamina}/{player.maxStamina}";
     foodText.text    = $"{camp.GetFood()}";
     woodText.text    = $"{camp.GetWood()}";
 }