This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace RecRoom
{
// Token: 0x02002073 RID: 8307
[Token(Token = "0x2002073")]
[Serializable]
public class SerializableBlendedPlayerAnimation : PlayerAnimationData<SerializableBlendedPlayerAnimationAssets>
{
// Token: 0x0600D46D RID: 54381 RVA: 0x00312288 File Offset: 0x00310488
[Token(Token = "0x600D46D")]
[Address(RVA = "0x7B68A0", Offset = "0x7B56A0", VA = "0x1807B68A0")]
public SerializableBlendedPlayerAnimation()
{
}
}
}