14 lines
238 B
C#
14 lines
238 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020000DE RID: 222
|
|
[UsedByNativeCode]
|
|
[StructLayout(LayoutKind.Sequential)]
|
|
public class YieldInstruction
|
|
{
|
|
}
|
|
}
|