1
0
Files
mineplex-crepe/Mineplexer/Mineplex.ServerData/src/mineplex/serverdata/commands/CommandCallback.java

6 lines
122 B
Java
Raw Normal View History

2021-05-16 10:42:40 +07:00
package mineplex.serverdata.commands;
public interface CommandCallback<T extends ServerCommand>
{
void run(T command);
}