Class UniversalDataSystem.UnlockTrophyRequest
Custom Event to unlock a trophy
Namespace: Unity.PSN.PS5.UDS
Syntax
public class UnlockTrophyRequest : Request
Properties
TrophyId
Trophy Id to unlock
Declaration
public int TrophyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
UserId
User Id
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()