public Idle(BaseTurret b)
 {
     this.b = b;
 }
Beispiel #2
0
 public Active(BaseTurret b)
 {
     this.b = b;
 }