Files
Jan2021-Cpp2Il-Dump/RecRoom.Datastructures.Runtime/RecRoom/DataStructures/SerializedGuidSourceAttribute.cs
T
2026-04-08 23:40:05 +02:00

41 lines
1.2 KiB
C#

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;
}
}