scripts
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.DataStructures
|
||||
{
|
||||
// Token: 0x0200002E RID: 46
|
||||
[Token(Token = "0x200002E")]
|
||||
[StructLayout(3)]
|
||||
public class SerializedGuidSourceAttribute : PropertyAttribute
|
||||
{
|
||||
// Token: 0x060000C5 RID: 197 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60000C5")]
|
||||
[Address(RVA = "0xF42560", Offset = "0xF40F60", VA = "0x180F42560")]
|
||||
public SerializedGuidSourceAttribute(Type valueRetrieveMethodType, string valueRetrieveMethod, bool insertEmptyChoice = false, bool disabled = false)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000042 RID: 66
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000042")]
|
||||
public readonly Type ValueRetrieveMethodType;
|
||||
|
||||
// Token: 0x04000043 RID: 67
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4000043")]
|
||||
public readonly string ValueRetrieveMethod;
|
||||
|
||||
// Token: 0x04000044 RID: 68
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4000044")]
|
||||
public readonly bool InsertEmptyChoice;
|
||||
|
||||
// Token: 0x04000045 RID: 69
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x29")]
|
||||
[Token(Token = "0x4000045")]
|
||||
public readonly bool Disabled;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user