commands, ...

This commit is contained in:
Sen 2025-03-25 23:10:40 +01:00
parent 66421e806e
commit 75f91dbf4c
44 changed files with 1035 additions and 631 deletions

View file

@ -0,0 +1,5 @@
package game.command;
public interface StringCompleter {
String[] complete(CommandEnvironment env);
}