Merge branch 'Grasscutters:development' into development

This commit is contained in:
Yazawazi
2022-04-23 10:43:27 +08:00
committed by GitHub
26 changed files with 130 additions and 138 deletions

View File

@@ -11,6 +11,7 @@ import java.util.*;
public final class CommandMap {
private final Map<String, CommandHandler> commands = new HashMap<>();
private final Map<String, Command> annotations = new HashMap<>();
public CommandMap() {
this(false);
}