Example #1
0
 internal void AddUserGetEncryptedAppTicketCallback(ulong handle, OnUserGetEncryptedAppTicketFromSteam callback)
 {
   this._userGetEncryptedAppTicketCallHandle = handle;
   this._userGetEncryptedAppTicketCallback = callback;
 }
Example #2
0
 internal void AddUserGetEncryptedAppTicketCallback(ulong handle, OnUserGetEncryptedAppTicketFromSteam callback)
 {
     this._userGetEncryptedAppTicketCallHandle = handle;
     this._userGetEncryptedAppTicketCallback   = callback;
 }