Exemplo n.º 1
0
 public PlayerProfileAuthenticateEventArgs(PlayerProfile profile)
 {
     IsSuccess = true;
     Profile   = profile;
 }
Exemplo n.º 2
0
 public PlayerProfileChangedEventArgs(PlayerProfile profile)
 {
     Profile = profile;
 }