RemoveAllStatusEffects
Last updated
Last updated
public static void RemoveAllStatusEffects()
Removes all StatusEffects from a given MonoBehaviour.
public static void RemoveAllStatusEffects(string group)
Removes all StatusEffects from a given MonoBehaviour that contains the given string group name.
group
The string group name of the StatusEffectData used by the StatusEffects that should be removed.