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