コード例 #1
0
 public BasicTowerBrain(GameObject owner, TowerPlacingInput placingInput)
     : base(owner, false)
 {
     this.placingInput = placingInput;
     RadiusChecker = new RadiusProximityChecker(owner);
 }
コード例 #2
0
 public HealingAOETowerBrain(GameObject owner, TowerPlacingInput placingInput)
     : base(owner, placingInput)
 {
 }
コード例 #3
0
 public ArrowTowerBrain(GameObject owner, TowerPlacingInput placingInput)
     : base(owner, placingInput)
 {
 }