コード例 #1
0
 public void moveCanonRight()
 {
     MainCanon.move(true);
 }
コード例 #2
0
 public void moveCanonLeft()
 {
     MainCanon.move(false);
 }