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,17 @@
using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x02000025 RID: 37
[Token(Token = "0x200001B")]
public class SteamVR_Action_Boolean_Source_Map : SteamVR_Action_In_Source_Map<SteamVR_Action_Boolean_Source>
{
// Token: 0x0600014C RID: 332 RVA: 0x00002201 File Offset: 0x00000401
[Token(Token = "0x6000111")]
[Address(RVA = "0xEA23F0", Offset = "0xEA13F0", VA = "0x180EA23F0")]
public SteamVR_Action_Boolean_Source_Map()
{
}
}
}