コード例 #1
0
 public Idle(BaseTurret b)
 {
     this.b = b;
 }
コード例 #2
0
 public Active(BaseTurret b)
 {
     this.b = b;
 }