scripts
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Editor
|
||||
{
|
||||
// Token: 0x020021DB RID: 8667
|
||||
[Token(Token = "0x20021DB")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class AvatarItemCombinationSet
|
||||
{
|
||||
// Token: 0x0600EEE9 RID: 61161 RVA: 0x0038AE34 File Offset: 0x00389034
|
||||
[Token(Token = "0x600EEE9")]
|
||||
[Address(RVA = "0x129E160", Offset = "0x129CB60", VA = "0x18129E160")]
|
||||
public AvatarItemCombinationSet()
|
||||
{
|
||||
AvatarMask[] array = new AvatarMask[0];
|
||||
this.PossibleMasks = array;
|
||||
AvatarColorSwatch[] array2 = new AvatarColorSwatch[0];
|
||||
this.PossibleSwatches = array2;
|
||||
AvatarDecal[] array3 = new AvatarDecal[0];
|
||||
this.PossibleDecals = array3;
|
||||
}
|
||||
|
||||
// Token: 0x04009EE3 RID: 40675
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4009EE3")]
|
||||
public string name;
|
||||
|
||||
// Token: 0x04009EE4 RID: 40676
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009EE4")]
|
||||
public AvatarMask[] PossibleMasks;
|
||||
|
||||
// Token: 0x04009EE5 RID: 40677
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009EE5")]
|
||||
public AvatarColorSwatch[] PossibleSwatches;
|
||||
|
||||
// Token: 0x04009EE6 RID: 40678
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4009EE6")]
|
||||
public AvatarDecal[] PossibleDecals;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user