Ejemplo 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;
 }
Ejemplo n.º 2
0
 public void SetTargetInfo(PLUNDER_RANKINFO info)
 {
     this.TargetInfo = new UI_RANKINFO(info);
 }
Ejemplo n.º 3
0
    public void AddRankInfo(PLUNDER_RANKINFO info)
    {
        UI_RANKINFO item = new UI_RANKINFO(info);

        this.ListRankInfo.Add(item);
    }