This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using Cpp2IlInjected;
using Delaunay;
namespace RecRoom.Core.Screens.PlayerController
{
// Token: 0x02002F7A RID: 12154
[Token(Token = "0x2002F7A")]
[Serializable]
public class AnimationVertex : Vertex<PlayerAnimationAsset>
{
// Token: 0x06014B62 RID: 84834 RVA: 0x004D9E88 File Offset: 0x004D8088
[Token(Token = "0x6014B62")]
[Address(RVA = "0xA566C0", Offset = "0xA554C0", VA = "0x180A566C0")]
public AnimationVertex()
{
}
}
}