private string Move(Vec to) { while (to.InRadiusTo(enemyTower, 400)) { to += stepToBase; } return(CommandHelper.Move(to)); }
private string GotoPosition() { return(Team == 0 ? CommandHelper.Move(100, 450) : CommandHelper.Move(1820, 450)); }