Files
Aug2021-Cpp2IL-Dump/SteamVR/Valve/VR/VREvent_WebConsole_t.cs
T
2026-04-10 22:50:51 +02:00

16 lines
295 B
C#

using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x020002B2 RID: 690
[Token(Token = "0x2000111")]
public struct VREvent_WebConsole_t
{
// Token: 0x040008FF RID: 2303
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40008C7")]
public ulong webConsoleHandle;
}
}