1
0
Files
mineplex-crepe/Mineplexer/Mineplex.ServerData/src/mineplex/serverdata/commands/CommandCallback.java
2021-05-16 10:42:40 +07:00

6 lines
122 B
Java

package mineplex.serverdata.commands;
public interface CommandCallback<T extends ServerCommand>
{
void run(T command);
}