示例#1
0
 public PlayerProfileAuthenticateEventArgs(PlayerProfile profile)
 {
     IsSuccess = true;
     Profile   = profile;
 }
示例#2
0
 public PlayerProfileChangedEventArgs(PlayerProfile profile)
 {
     Profile = profile;
 }