38 lines
1.1 KiB
C#
38 lines
1.1 KiB
C#
using System;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x020008E0 RID: 2272
|
|
public enum PIBHBNBCEHJ
|
|
{
|
|
// Token: 0x04002FF3 RID: 12275
|
|
k_EUGCMatchingUGCType_Items,
|
|
// Token: 0x04002FF4 RID: 12276
|
|
k_EUGCMatchingUGCType_Items_Mtx,
|
|
// Token: 0x04002FF5 RID: 12277
|
|
k_EUGCMatchingUGCType_Items_ReadyToUse,
|
|
// Token: 0x04002FF6 RID: 12278
|
|
k_EUGCMatchingUGCType_Collections,
|
|
// Token: 0x04002FF7 RID: 12279
|
|
k_EUGCMatchingUGCType_Artwork,
|
|
// Token: 0x04002FF8 RID: 12280
|
|
k_EUGCMatchingUGCType_Videos,
|
|
// Token: 0x04002FF9 RID: 12281
|
|
k_EUGCMatchingUGCType_Screenshots,
|
|
// Token: 0x04002FFA RID: 12282
|
|
k_EUGCMatchingUGCType_AllGuides,
|
|
// Token: 0x04002FFB RID: 12283
|
|
k_EUGCMatchingUGCType_WebGuides,
|
|
// Token: 0x04002FFC RID: 12284
|
|
k_EUGCMatchingUGCType_IntegratedGuides,
|
|
// Token: 0x04002FFD RID: 12285
|
|
k_EUGCMatchingUGCType_UsableInGame,
|
|
// Token: 0x04002FFE RID: 12286
|
|
k_EUGCMatchingUGCType_ControllerBindings,
|
|
// Token: 0x04002FFF RID: 12287
|
|
k_EUGCMatchingUGCType_GameManagedItems,
|
|
// Token: 0x04003000 RID: 12288
|
|
k_EUGCMatchingUGCType_All = -1
|
|
}
|
|
}
|