Пример #1
0
 public PlayerProfileAuthenticateEventArgs(PlayerProfile profile)
 {
     IsSuccess = true;
     Profile   = profile;
 }
Пример #2
0
 public PlayerProfileChangedEventArgs(PlayerProfile profile)
 {
     Profile = profile;
 }