コード例 #1
0
 public void ExpireEarly()
 {
     if (activePotion != null)
     {
         StopAllCoroutines();
         activePotion.ExpireEffects();
         activePotion = null;
         potionSlider.SetActive(false);
     }
 }