scripts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using UnityEngine.Scripting;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x020000DE RID: 222
|
||||
[UsedByNativeCode]
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public class YieldInstruction
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user