This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
using System;
using System.Runtime.InteropServices;
namespace Valve.VR
{
// Token: 0x0200078E RID: 1934
public struct BHBLFDOEOOE
{
// Token: 0x04002830 RID: 10288
[MarshalAs(UnmanagedType.I1)]
public bool GBPBFOGIFHK;
// Token: 0x04002831 RID: 10289
public float CAFEKAPOENK;
// Token: 0x04002832 RID: 10290
public float MLCLFNPMBLN;
// Token: 0x04002833 RID: 10291
public float KBLHLHCCBFN;
// Token: 0x04002834 RID: 10292
public float NNMDCJENMHC;
// Token: 0x04002835 RID: 10293
public float LNLGIBHPKOD;
}
}