示例#1
0
 public void OnConsume(GameObject interactor, Consumable consumable, Interaction interaction)
 {
     AddEnergy(consumable.GetEnergyValue());
 }