彻底修好了
This commit is contained in:
@@ -120,7 +120,7 @@ namespace SLSFramework.General
|
||||
isBusy = true;
|
||||
Tuple<CommandBase, CommandContext> nextEntry = commandQueue.First.Value;
|
||||
commandQueue.RemoveFirst();
|
||||
Debug.Log($"[Queue] 开始执行指令: {nextEntry.Item1.GetType()},队列剩余长度: {commandQueue.Count}");
|
||||
//Debug.Log($"[Queue] 开始执行指令: {nextEntry.Item1.GetType()},队列剩余长度: {commandQueue.Count}");
|
||||
var commandToExecute = nextEntry.Item1;
|
||||
var context = nextEntry.Item2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user