first commit
This commit is contained in:
parent
72da8e063b
commit
76784dba7e
20 changed files with 588 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
package de.kencommand.api.processing;
|
||||
|
||||
public interface CommandExecutor<S> {
|
||||
|
||||
void execute(S ctx);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue