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

40 lines
1.4 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom
{
// Token: 0x02001CD7 RID: 7383
[Token(Token = "0x2001CD7")]
[Serializable]
[StructLayout(3)]
public class WeightedPlayerAnimationData : PlayerAnimationData<CIOEAKKKKIH>
{
// Token: 0x0600C6C0 RID: 50880 RVA: 0x002F14F0 File Offset: 0x002EF6F0
[Token(Token = "0x600C6C0")]
[Address(RVA = "0x1802E20", Offset = "0x1801820", VA = "0x181802E20")]
public static WeightedPlayerAnimationData EINDIIHNPMD(WeightedPlayerAnimationData GHGBPMPLLBK)
{
WeightedPlayerAnimationData weightedPlayerAnimationData = new WeightedPlayerAnimationData();
CIOEAKKKKIH cioeakkkkih = new CIOEAKKKKIH();
return weightedPlayerAnimationData;
}
// Token: 0x0600C6C1 RID: 50881 RVA: 0x002F1510 File Offset: 0x002EF710
[Token(Token = "0x600C6C1")]
[Address(RVA = "0x1802F30", Offset = "0x1801930", VA = "0x181802F30")]
public WeightedPlayerAnimationData(float fadeInTime, float fadeOutTime, float loopFadeTime, float playSpeed, bool enforceFadeOutTime)
{
CIOEAKKKKIH cioeakkkkih = new CIOEAKKKKIH();
}
// Token: 0x0600C6C2 RID: 50882 RVA: 0x002F152C File Offset: 0x002EF72C
[Token(Token = "0x600C6C2")]
[Address(RVA = "0x1802FF0", Offset = "0x18019F0", VA = "0x181802FF0")]
public WeightedPlayerAnimationData()
{
CIOEAKKKKIH cioeakkkkih = new CIOEAKKKKIH();
}
}
}