Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion
{
// Token: 0x02000398 RID: 920
[Token(Token = "0x2000398")]
public class Comments : MonoBehaviour
{
// Token: 0x0600228C RID: 8844 RVA: 0x0004FFA4 File Offset: 0x0004E1A4
[Token(Token = "0x600228C")]
[Address(RVA = "0x3088F0", Offset = "0x3076F0", VA = "0x1803088F0")]
public Comments()
{
}
// Token: 0x04002BEA RID: 11242
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4002BEA")]
[Multiline]
public string text;
}
}