Repackage the Pathing behavior to impl

This commit is contained in:
Brady 2018-08-05 00:15:18 -05:00
parent 12aeab4943
commit 89a9923185
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -1,5 +1,6 @@
package baritone.bot.behavior;
package baritone.bot.behavior.impl;
import baritone.bot.behavior.Behavior;
import baritone.bot.pathing.path.IPath;
import baritone.bot.pathing.path.PathExecutor;