コード例 #1
0
 public static void Start(TimeSyncType type) =>
 QSBCore.UnityEvents.RunWhen(() => Instance._isSetUp, () => Instance.StartTimeSync(type));
コード例 #2
0
 public static void Start(TimeSyncType type, Enum reason) =>
 Delay.RunWhen(() => _instance._isSetUp, () => _instance.StartTimeSync(type, reason));