Card爆改!
This commit is contained in:
@@ -82,6 +82,8 @@ namespace SLSFramework.General
|
||||
|
||||
public CommandBase AddCommand(CommandBase command, bool insertAtFirst, CommandContext context = null)
|
||||
{
|
||||
if(command == null) return null;
|
||||
|
||||
context ??= new CommandContext();
|
||||
// 将指令和其上下文入队
|
||||
if (insertAtFirst || command.insertAtFirst)
|
||||
|
||||
Reference in New Issue
Block a user