Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/RecRoom/Inputs/LegacyInputSourceConfig.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

20 lines
654 B
C#

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;
}
}
}