Exemplo n.º 1
0
        public void CopyFrom(internal_player_end_game_report_ans from)
        {
            if (from == this)
            {
                return;
            }

            Clear();
            MergeFrom(from);
        }
Exemplo n.º 2
0
        public void MergeFrom(internal_player_end_game_report_ans from)
        {
            if (from == this)
            {
                return;
            }

            // playerNo
            SetPlayerNo(from.GetPlayerNo());
            // giveupGame
            SetGiveupGame(from.GetGiveupGame());
            // finalRank
            SetFinalRank(from.GetFinalRank());
            // firstAcquiredStuffId
            SetFirstAcquiredStuffId(from.GetFirstAcquiredStuffId());
            // secondAcquiredStuffId
            SetSecondAcquiredStuffId(from.GetSecondAcquiredStuffId());
        }
Exemplo n.º 3
0
 public internal_player_end_game_report_ans(internal_player_end_game_report_ans from)
 {
     MergeFrom(from);
 }