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

15 lines
199 B
C#

using System.Runtime.InteropServices;
namespace Valve.VR
{
public struct VREvent_Process_t
{
public uint pid;
public uint oldPid;
[MarshalAs(UnmanagedType.I1)]
public bool bForced;
}
}