Moved ICommandOption to a separate package.
parent
23b8b9e883
commit
f4fe2c5a6a
@ -1,4 +1,4 @@
|
|||||||
package net.pingex.dcf.commands;
|
package net.pingex.dcf.commands.options;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface to add specific behaviors to a command.
|
* Interface to add specific behaviors to a command.
|
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* This package contains everything related to command options.
|
||||||
|
*/
|
||||||
|
package net.pingex.dcf.commands.options;
|
Reference in New Issue