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,19 @@
using System;
using Cpp2IlInjected;
using Pathfinding.RVO;
namespace RecRoom.Inputs
{
// Token: 0x020025BE RID: 9662
[Token(Token = "0x20025BE")]
public abstract class LegacyInputSourceConfig<Runtime, Config> : InputSourceConfig<Runtime, Config> where Runtime : DNLCJBNPBCM<Runtime, Config>, new() where Config : LegacyInputSourceConfig<Runtime, Config>
{
// Token: 0x0600F695 RID: 63125 RVA: 0x0038429C File Offset: 0x0038249C
[Token(Token = "0x600F695")]
[Address(RVA = "0x1CC5F20", Offset = "0x1CC4F20", VA = "0x181CC5F20")]
protected LegacyInputSourceConfig()
{
float agentTimeHorizon = ((IAgent)this).AgentTimeHorizon;
}
}
}