public static void RemoveAllStatusEffects()
Removes all StatusEffects from a given MonoBehaviourarrow-up-right.
public static void RemoveAllStatusEffects(string group)
group
The string group name of the StatusEffectData used by the StatusEffects that should be removed.
Removes all StatusEffects from a given MonoBehaviourarrow-up-right that contains the given string group name.
Last updated 2 years ago