Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/Valve/VR/VREvent_SeatedZeroPoseReset_t.cs
2026-02-21 16:45:37 +08:00

11 lines
179 B
C#

using System.Runtime.InteropServices;
namespace Valve.VR
{
public struct VREvent_SeatedZeroPoseReset_t
{
[MarshalAs(UnmanagedType.I1)]
public bool bResetBySystemMenu;
}
}