Esempio n. 1
0
        public void MergeFrom(grandprix_rank_unit from)
        {
            if (from == this)
            {
                return;
            }

            // playerNo
            SetPlayerNo(from.GetPlayerNo());
            // rank
            SetRank(from.GetRank());
            // nationCode
            SetNationCode(from.GetNationCode());
            // nick
            SetNick(from.GetNick());
            // level
            SetLevel(from.GetLevel());
            // gpPoint
            SetGpPoint(from.GetGpPoint());
        }