public void CopyFrom(update_player_profile_info_req from) { if (from == this) { return; } Clear(); MergeFrom(from); }
public void MergeFrom(update_player_profile_info_req from) { if (from == this) { return; } // gameNick SetGameNick(from.GetGameNick()); // nationCode SetNationCode(from.GetNationCode()); }
public update_player_profile_info_req(update_player_profile_info_req from) { MergeFrom(from); }