scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Valve.VR
|
||||
{
|
||||
// Token: 0x02000790 RID: 1936
|
||||
public struct GPNBLKPJAHD
|
||||
{
|
||||
// Token: 0x04002838 RID: 10296
|
||||
public uint AINLNJFGACI;
|
||||
|
||||
// Token: 0x04002839 RID: 10297
|
||||
public uint PAKAANBFKIO;
|
||||
|
||||
// Token: 0x0400283A RID: 10298
|
||||
[MarshalAs(UnmanagedType.I1)]
|
||||
public bool DNNOCFIMNEE;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user