Esempio n. 1
0
 public Idle(BaseTurret b)
 {
     this.b = b;
 }
Esempio n. 2
0
 public Active(BaseTurret b)
 {
     this.b = b;
 }