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,20 @@
using System;
using Cpp2IlInjected;
using Pathfinding.RVO;
using UnityEngine;
namespace RecRoom.Inputs
{
// Token: 0x020024D8 RID: 9432
[Token(Token = "0x20024D8")]
public abstract class LegacyInputSourceConfig<Runtime, Config> : InputSourceConfig<Runtime, Config> where Runtime : DNLCJBNPBCM<Runtime, Config>, new() where Config : LegacyInputSourceConfig<Runtime, Config>
{
// Token: 0x0600F27E RID: 62078 RVA: 0x0037AEB4 File Offset: 0x003790B4
[Token(Token = "0x600F27E")]
[Address(RVA = "0x118F680", Offset = "0x118E480", VA = "0x18118F680")]
protected LegacyInputSourceConfig()
{
Vector2 position = ((IAgent)this).Position;
}
}
}