示例#1
0
 public void Use()
 {
     thePlayerHealth.PlayerAddBlood(BloodBoost);         // 補血
     Destroy(gameObject);
 }