oh dear
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user