This commit is contained in:
YuTian 2024-07-16 00:33:05 +08:00
parent c491951cbc
commit 7d9ea90485
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/AuLib.iml /AuLib.iml
.idea .idea
target target
/out
/.idea/ /.idea/

View File

@ -71,6 +71,7 @@ public class CommandNode {
return arguments; return arguments;
} }
@Deprecated
public CommandNode executes(Command command) { public CommandNode executes(Command command) {
this.command = command; this.command = command;
return this; return this;