コード例 #1
0
 private void enemyShoot()
 {
     if (vision.haveSightOfPlayer)
     {
         enemyGun.shoot();
     }
 }