playerHealth is a numberdir is an object with the bullet origin (hit markets)
dx is a numberdz is a numberbot.on('selfShieldLost', (playerHealth) => {
console.log(`bot's shield was lost :< - player health is now ${playerHealth}`);
});
playerHealth is a numberdir is an object with the bullet origin (hit markets)
dx is a numberdz is a numberbot.on('selfShieldLost', (playerHealth) => {
console.log(`bot's shield was lost :< - player health is now ${playerHealth}`);
});