示例#1
0
 public override void Use()
 {
     statusEffect.ApplyStatus();
     if (itemType == ItemType.Consumable)
     {
         GameManager.Instance.inventory.Remove(this);
     }
 }