void UpdatePlayer(gameData& _dat) { if (KeySpace.down())//スペースキー押されたら { FirePlayerBullet(_dat); //撃つべし } 省略 }