This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion.Demos
{
// Token: 0x02000135 RID: 309
[Token(Token = "0x20000CA")]
public class ApplicationQuit : MonoBehaviour
{
// Token: 0x0600080B RID: 2059 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600062C")]
[Address(RVA = "0xE09420", Offset = "0xE08420", VA = "0x180E09420")]
private void Update()
{
}
// Token: 0x0600080C RID: 2060 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600062D")]
[Address(RVA = "0x428AD0", Offset = "0x427AD0", VA = "0x180428AD0")]
public ApplicationQuit()
{
}
}
}