Beispiel #1
0
 private static void Postfix(LightSwitchEventEffect __instance, BeatmapEventType ____event)
 {
     __instance.StartCoroutine(WaitThenStart(__instance, ____event));
 }
Beispiel #2
0
#pragma warning disable SA1313 // Parameter names should begin with lower-case letter
        private static void Postfix(LightSwitchEventEffect __instance, BeatmapEventType ____event)
#pragma warning restore SA1313 // Parameter names should begin with lower-case letter
        {
            __instance.StartCoroutine(WaitThenStart(__instance, ____event));
        }