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
+17
View File
@@ -0,0 +1,17 @@
using System;
namespace Steamworks
{
// Token: 0x020008EB RID: 2283
public enum IAALGEPDAOO
{
// Token: 0x04003056 RID: 12374
k_ELeaderboardDisplayTypeNone,
// Token: 0x04003057 RID: 12375
k_ELeaderboardDisplayTypeNumeric,
// Token: 0x04003058 RID: 12376
k_ELeaderboardDisplayTypeTimeSeconds,
// Token: 0x04003059 RID: 12377
k_ELeaderboardDisplayTypeTimeMilliSeconds
}
}