Files
Jan2021-Cpp2Il-Dump/RecRoom.Circuitsv2.Runtime/CircuitsV2/Utilities/InternalTools/GuidBackedAttribute.cs
T
2026-04-08 23:40:05 +02:00

53 lines
1.5 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace CircuitsV2.Utilities.InternalTools
{
// Token: 0x0200023D RID: 573
[Token(Token = "0x2000174")]
[StructLayout(3)]
public class GuidBackedAttribute : PropertyAttribute
{
// Token: 0x06001290 RID: 4752 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x6000EE0")]
[Address(RVA = "0x247AA60", Offset = "0x2479460", VA = "0x18247AA60")]
public GuidBackedAttribute(Type valueRetrieveMethodType, string valueRetrieveMethod)
{
}
// Token: 0x040007B7 RID: 1975
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000621")]
public readonly Type ValueRetrieveMethodType;
// Token: 0x040007B8 RID: 1976
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000622")]
public readonly string ValueRetrieveMethod;
// Token: 0x0200023E RID: 574
[Token(Token = "0x200038F")]
public struct Option
{
// Token: 0x06001291 RID: 4753 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x6001E11")]
[Address(RVA = "0x316A60", Offset = "0x315E60", VA = "0x180316A60")]
public Option(Guid guid, string friendlyString)
{
}
// Token: 0x040007B9 RID: 1977
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40009D5")]
public readonly Guid Guid;
// Token: 0x040007BA RID: 1978
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009D6")]
public readonly string FriendlyString;
}
}
}