12 lines
191 B
C#
12 lines
191 B
C#
using System;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x02000018 RID: 24
|
|
[RequiredByNativeCode]
|
|
public sealed class WaitForEndOfFrame : YieldInstruction
|
|
{
|
|
}
|
|
}
|