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: 0x020008E9 RID: 2281
public enum JDLJJEKNMKC
{
// Token: 0x0400304D RID: 12365
k_ELeaderboardDataRequestGlobal,
// Token: 0x0400304E RID: 12366
k_ELeaderboardDataRequestGlobalAroundUser,
// Token: 0x0400304F RID: 12367
k_ELeaderboardDataRequestFriends,
// Token: 0x04003050 RID: 12368
k_ELeaderboardDataRequestUsers
}
}