refactor parsers
This commit is contained in:
parent
8b47b78f59
commit
e3ad180fa7
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
package lol.pyr.znpcsplus.commands.parsers;
|
||||
package lol.pyr.znpcsplus.parsers;
|
||||
|
||||
import lol.pyr.director.adventure.command.CommandContext;
|
||||
import lol.pyr.director.adventure.parse.ParserType;
|
|
@ -1,4 +1,4 @@
|
|||
package lol.pyr.znpcsplus.commands.parsers;
|
||||
package lol.pyr.znpcsplus.parsers;
|
||||
|
||||
import lol.pyr.director.adventure.command.CommandContext;
|
||||
import lol.pyr.director.adventure.parse.ParserType;
|
|
@ -1,4 +1,4 @@
|
|||
package lol.pyr.znpcsplus.commands.parsers;
|
||||
package lol.pyr.znpcsplus.parsers;
|
||||
|
||||
import lol.pyr.director.adventure.command.CommandContext;
|
||||
import lol.pyr.director.adventure.parse.ParserType;
|
|
@ -1,4 +1,4 @@
|
|||
package lol.pyr.znpcsplus.commands.parsers;
|
||||
package lol.pyr.znpcsplus.parsers;
|
||||
|
||||
import lol.pyr.director.adventure.command.CommandContext;
|
||||
import lol.pyr.director.adventure.parse.ParserType;
|
Loading…
Reference in a new issue