First commit
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
package mineplex.serverdata.commands;
|
||||
|
||||
public interface CommandCallback<T extends ServerCommand>
|
||||
{
|
||||
void run(T command);
|
||||
}
|
Reference in New Issue
Block a user