scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020008BD RID: 2237
|
||||
public enum IPPJFBGDOCN
|
||||
{
|
||||
// Token: 0x04002E1D RID: 11805
|
||||
k_ERegisterActivationCodeResultOK,
|
||||
// Token: 0x04002E1E RID: 11806
|
||||
k_ERegisterActivationCodeResultFail,
|
||||
// Token: 0x04002E1F RID: 11807
|
||||
k_ERegisterActivationCodeResultAlreadyRegistered,
|
||||
// Token: 0x04002E20 RID: 11808
|
||||
k_ERegisterActivationCodeResultTimeout,
|
||||
// Token: 0x04002E21 RID: 11809
|
||||
k_ERegisterActivationCodeAlreadyOwned
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user