1
0

First commit

This commit is contained in:
d1novnowo_
2021-05-16 10:42:40 +07:00
commit 5d7a246771
95 changed files with 6861 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package mineplex.serverdata.commands;
public interface CommandCallback<T extends ServerCommand>
{
void run(T command);
}