Files
2026-06-04 11:42:34 +02:00

30 lines
728 B
C#

using System;
using System.Collections;
using UnityEngine;
namespace RecRoom
{
// Token: 0x02001115 RID: 4373
public static class PPNOGMDCHAF
{
// Token: 0x06025724 RID: 153380 RVA: 0x00A674BC File Offset: 0x00A656BC
public static IEnumerator MMHGONPHLDM(float ECMKKDMINDK, Action HJNJOGJJMOF)
{
yield return new WaitForSeconds(ECMKKDMINDK);
HJNJOGJJMOF();
yield break;
}
// Token: 0x06025725 RID: 153381 RVA: 0x00A674E0 File Offset: 0x00A656E0
public static IEnumerator HFOKJHNLLPC(Action HJNJOGJJMOF)
{
yield return PPNOGMDCHAF.LMDKDPHHGNI;
HJNJOGJJMOF();
yield break;
}
// Token: 0x04005EB9 RID: 24249
public static WaitForEndOfFrame LMDKDPHHGNI = new WaitForEndOfFrame();
}
}