示例#1
0
 public void shoot()
 {
     if (canShoot())
     {
         m_Weapon.use();
         m_IsShooted = true;
     }
 }