RealmInfo.cs 236 B

12345678910
  1. using Robot.Protos;
  2. namespace Robot
  3. {
  4. public class RealmInfo
  5. {
  6. public SMSG_Password_Protect_Type SmsgPasswordProtectType { get; set; }
  7. public SMSG_Auth_Logon_Challenge_Response SmsgAuthLogonChallengeResponse { get; set; }
  8. }
  9. }