Esempio n. 1
0
 public UI_RANKINFO(PLUNDER_RANKINFO info)
 {
     this.i32Rank       = info.i32Rank;
     this.Charname      = TKString.NEWString(info.szCharName);
     this.iCharLevel    = info.iCharLevel;
     this.i64MatchPoint = info.i64MatchPoint;
 }
 public void SetTargetInfo(PLUNDER_RANKINFO info)
 {
     this.TargetInfo = new UI_RANKINFO(info);
 }
    public void AddRankInfo(PLUNDER_RANKINFO info)
    {
        UI_RANKINFO item = new UI_RANKINFO(info);

        this.ListRankInfo.Add(item);
    }