public static void RemoveStatusEffect(StatusEffect statusEffect)
statusEffect
The StatusEffect reference that should be removed.
Removes a StatusEffect from a given MonoBehaviourarrow-up-right.
public static void RemoveStatusEffect(StatusEffectData statusEffectData)
statusEffectData
The StatusEffectData used by the StatusEffect that should be removed.
Removes a StatusEffect from a given MonoBehaviourarrow-up-right that contains the given StatusEffectData.
public static void RemoveStatusEffect(string name)
name
The string name of the StatusEffectData used by the StatusEffect that should be removed.
Removes a StatusEffect from a given MonoBehaviourarrow-up-right that contains the given string name.
Last updated 2 years ago