예제 #1
0
 public static void Create()
 {
     money           = 160;
     health          = 25;
     color           = Colorable.TeamColor.Red;
     wavesController = new WavesController(Colorable.TeamColor.Blue);
     wavesController.Load(Settings.settingsPath);
 }
예제 #2
0
 public static void Create()
 {
     money           = 150;
     health          = 25;
     playProgress    = 0;
     color           = Colorable.TeamColor.Blue;
     wavesController = new WavesController(color);
     wavesController.Load(Settings.settingsPath);
 }