This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x0200005A RID: 90
[Token(Token = "0x200003C")]
public class SteamVR_Action_Vector2_Source_Map : SteamVR_Action_In_Source_Map<SteamVR_Action_Vector2_Source>
{
// Token: 0x060003E4 RID: 996 RVA: 0x00002201 File Offset: 0x00000401
[Token(Token = "0x6000359")]
[Address(RVA = "0x2B7DC20", Offset = "0x2B7CA20", VA = "0x182B7DC20")]
public SteamVR_Action_Vector2_Source_Map()
{
}
}
}