Ejemplo n.º 1
0
 public static void Start(TimeSyncType type) =>
 QSBCore.UnityEvents.RunWhen(() => Instance._isSetUp, () => Instance.StartTimeSync(type));
Ejemplo n.º 2
0
 public static void Start(TimeSyncType type, Enum reason) =>
 Delay.RunWhen(() => _instance._isSetUp, () => _instance.StartTimeSync(type, reason));