Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/RecRoom/SerializableBlendedPlayerAnimation.cs
2026-04-08 23:40:05 +02:00

21 lines
548 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom
{
// Token: 0x02001CD6 RID: 7382
[Token(Token = "0x2001CD6")]
[Serializable]
[StructLayout(3)]
public class SerializableBlendedPlayerAnimation : PlayerAnimationData<SerializableBlendedPlayerAnimationAssets>
{
// Token: 0x0600C6BF RID: 50879 RVA: 0x002F14DC File Offset: 0x002EF6DC
[Token(Token = "0x600C6BF")]
[Address(RVA = "0x13E2490", Offset = "0x13E0E90", VA = "0x1813E2490")]
public SerializableBlendedPlayerAnimation()
{
}
}
}