This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,20 @@
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()
{
}
}
}