14 lines
260 B
C#
14 lines
260 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x0200001E RID: 30
|
|
[RequiredByNativeCode]
|
|
[StructLayout(LayoutKind.Sequential)]
|
|
internal class FailedToLoadScriptObject : Object
|
|
{
|
|
}
|
|
}
|