scripts
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x0200032B RID: 811
|
||||
[Token(Token = "0x200032B")]
|
||||
[StructLayout(3)]
|
||||
public class AvatarSelectionElement : ScriptableObject
|
||||
{
|
||||
// Token: 0x0600188B RID: 6283 RVA: 0x00065204 File Offset: 0x00063404
|
||||
[Token(Token = "0x600188B")]
|
||||
[Address(RVA = "0x1D54B00", Offset = "0x1D53500", VA = "0x181D54B00")]
|
||||
public AvatarSelectionElement()
|
||||
{
|
||||
if (string.IsNullOrEmpty(this.Guid))
|
||||
{
|
||||
Guid guid = global::System.Guid.NewGuid();
|
||||
string text;
|
||||
this.Guid = text;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040012F4 RID: 4852
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x40012F4")]
|
||||
public string Guid = "";
|
||||
}
|
||||
Reference in New Issue
Block a user