10 lines
120 B
C#
10 lines
120 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_ApplicationLaunch_t
|
|
{
|
|
public uint pid;
|
|
|
|
public uint unArgsHandle;
|
|
}
|
|
}
|