import MeleeDispatch from 'yolkbot/dispatches/MeleeDispatch';
bot.dispatch(new MeleeDispatch());
The bot will melee in the direction the bot is facing. Remember that melees have an unusually low radius, which is hard to notice during gameplay but VERY visible when making a bot.
import MeleeDispatch from 'yolkbot/dispatches/MeleeDispatch';
bot.dispatch(new MeleeDispatch());
The bot will melee in the direction the bot is facing. Remember that melees have an unusually low radius, which is hard to notice during gameplay but VERY visible when making a bot.