scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020008F7 RID: 2295
|
||||
public enum HAKIGDOCCDG
|
||||
{
|
||||
// Token: 0x04003107 RID: 12551
|
||||
k_EAuthSessionResponseOK,
|
||||
// Token: 0x04003108 RID: 12552
|
||||
k_EAuthSessionResponseUserNotConnectedToSteam,
|
||||
// Token: 0x04003109 RID: 12553
|
||||
k_EAuthSessionResponseNoLicenseOrExpired,
|
||||
// Token: 0x0400310A RID: 12554
|
||||
k_EAuthSessionResponseVACBanned,
|
||||
// Token: 0x0400310B RID: 12555
|
||||
k_EAuthSessionResponseLoggedInElseWhere,
|
||||
// Token: 0x0400310C RID: 12556
|
||||
k_EAuthSessionResponseVACCheckTimedOut,
|
||||
// Token: 0x0400310D RID: 12557
|
||||
k_EAuthSessionResponseAuthTicketCanceled,
|
||||
// Token: 0x0400310E RID: 12558
|
||||
k_EAuthSessionResponseAuthTicketInvalidAlreadyUsed,
|
||||
// Token: 0x0400310F RID: 12559
|
||||
k_EAuthSessionResponseAuthTicketInvalid,
|
||||
// Token: 0x04003110 RID: 12560
|
||||
k_EAuthSessionResponsePublisherIssuedBan
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user