Exemple #1
0
 public void Reset(int round)
 {
     Round  = round;
     UFONum = round;
     ufoModel.Reset(round);
 }
 public void Reset(int round, int count)
 {
     Round  = round;
     UFONum = round;
     ufoModel.Reset(round, count);
 }