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