コード例 #1
0
 //All food items heal.
 public override void PrimaryUse(Player player)
 {
     player.Heal (HealValue);
 }