SetGlobalTimeOverride

Declaration

public static void SetGlobalTimeOverride(UnityEventarrow-up-right unityEvent, float interval = 1)

Parameters

unityEvent

The UnityEventarrow-up-right to subscribe the decrementation interval of duration to.

interval

The float value to decrement from duration.

Description

This is only necessary for games that don't have real-time StatusEffects.

Last updated