shieldHealth is a numberplayerHealth is a numberdir is an object with the bullet origin (hit markets)
dx is a numberdz is a numberbot.on('selfShieldHit', (shieldHealth, playerHealth, dir) => {
console.log(`bot's shield was hit! shield HP: ${shieldHealth}, normal HP: ${playerHealth}`);
});
shieldHealth is a numberplayerHealth is a numberdir is an object with the bullet origin (hit markets)
dx is a numberdz is a numberbot.on('selfShieldHit', (shieldHealth, playerHealth, dir) => {
console.log(`bot's shield was hit! shield HP: ${shieldHealth}, normal HP: ${playerHealth}`);
});