示例#1
0
 public void SetTotal(int totalHits)
 {
     missions.ForceBossPercent(totalHits);
     this.totalHits = totalHits;
 }