Files
2026-04-10 22:50:51 +02:00

38 lines
1.3 KiB
C#

using System;
using Cpp2IlInjected;
namespace RecRoom
{
// Token: 0x02002074 RID: 8308
[Token(Token = "0x2002074")]
[Serializable]
public class WeightedPlayerAnimationData : PlayerAnimationData<CIOEAKKKKIH>
{
// Token: 0x0600D46E RID: 54382 RVA: 0x0031229C File Offset: 0x0031049C
[Token(Token = "0x600D46E")]
[Address(RVA = "0x111A280", Offset = "0x1119080", VA = "0x18111A280")]
public static WeightedPlayerAnimationData EINDIIHNPMD(WeightedPlayerAnimationData GHGBPMPLLBK)
{
WeightedPlayerAnimationData weightedPlayerAnimationData = new WeightedPlayerAnimationData();
CIOEAKKKKIH cioeakkkkih = new CIOEAKKKKIH();
return weightedPlayerAnimationData;
}
// Token: 0x0600D46F RID: 54383 RVA: 0x003122BC File Offset: 0x003104BC
[Token(Token = "0x600D46F")]
[Address(RVA = "0x111A390", Offset = "0x1119190", VA = "0x18111A390")]
public WeightedPlayerAnimationData(float LIDJOIEIGDI, float AGGDNKNNAMI, float BDACIMKJLBL, float LAEIPNHKIEG, bool MNIJDIAGCNN)
{
CIOEAKKKKIH cioeakkkkih = new CIOEAKKKKIH();
}
// Token: 0x0600D470 RID: 54384 RVA: 0x003122D8 File Offset: 0x003104D8
[Token(Token = "0x600D470")]
[Address(RVA = "0x111A450", Offset = "0x1119250", VA = "0x18111A450")]
public WeightedPlayerAnimationData()
{
CIOEAKKKKIH cioeakkkkih = new CIOEAKKKKIH();
}
}
}