a
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine.Scripting;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x0200012E RID: 302
|
||||
[Token(Token = "0x200012E")]
|
||||
internal class PreloadData : Object
|
||||
{
|
||||
// Token: 0x06000B3C RID: 2876 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000B3C")]
|
||||
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
|
||||
[RequiredByNativeCode]
|
||||
internal void PreloadDataDontStripMe()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user