Пример #1
0
 public Laser(Titan parentTitan, Battle battleController, Accuracy titanAccuracy)
 {
     titan    = parentTitan;
     battle   = battleController;
     accuracy = titanAccuracy;
     timer    = new ReloadTimer(2f, 0.3f);
     // TestFormulas();
 }