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,25 @@
using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x02000068 RID: 104
[Token(Token = "0x2000044")]
public class SteamVR_Action_Vibration_Source_Map : SteamVR_Action_Source_Map<SteamVR_Action_Vibration_Source>
{
// Token: 0x0600047B RID: 1147 RVA: 0x00003EE4 File Offset: 0x000020E4
[Token(Token = "0x60003D8")]
[Address(RVA = "0x225D690", Offset = "0x225C490", VA = "0x18225D690")]
public bool IsUpdating(SteamVR_Input_Sources inputSource)
{
return default(bool);
}
// Token: 0x0600047C RID: 1148 RVA: 0x00002201 File Offset: 0x00000401
[Token(Token = "0x60003D9")]
[Address(RVA = "0x225D6F0", Offset = "0x225C4F0", VA = "0x18225D6F0")]
public SteamVR_Action_Vibration_Source_Map()
{
}
}
}