Exemple #1
0
 void refresh(CTableLevels level)
 {
     this.npc_name.text  = string.Format("Lv.{0} {1}", level.level, level.name);
     this.has_money.text = string.Format("{0:n0}", level.has_money);
     this.grade.text     = level.grade;
     this.point.text     = string.Format("점 {0:n0}", level.point);
 }
Exemple #2
0
 void refresh(CTableLevels level)
 {
     this.npc_name.text = string.Format("Lv.{0} {1}", level.level, level.name);
     this.has_money.text = string.Format("{0:n0}", level.has_money);
     this.grade.text = level.grade;
     this.point.text = string.Format("점 {0:n0}", level.point);
 }