20 lines
654 B
C#
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;
|
|
}
|
|
}
|
|
}
|