예제 #1
0
파일: Dwarf.cs 프로젝트: steffan88/Bevelle
 public void EatFood(Food f)
 {
     Stats.Hunger += f.GetNutritionalValue();
 }