public UI_RANKINFO(PLUNDER_FRIEND_RANKINFO info) { this.i32Rank = 0; this.Charname = TKString.NEWString(info.szCharName); this.iCharLevel = info.iCharLevel; this.i64MatchPoint = info.i64MatchPoint; }
public void AddFriendRankInfo(PLUNDER_FRIEND_RANKINFO info) { UI_RANKINFO item = new UI_RANKINFO(info); this.ListRankInfo.Add(item); }