public void CopyFrom(player_profile_info_req from) { if (from == this) { return; } Clear(); MergeFrom(from); }
public void MergeFrom(player_profile_info_req from) { if (from == this) { return; } // playerNo SetPlayerNo(from.GetPlayerNo()); }
public player_profile_info_req(player_profile_info_req from) { MergeFrom(from); }