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