Compare commits
No commits in common. "da7c534bea5890c2ad50ffc5d40693567bb11a1f" and "1b232fd2f800706e085c2ba487fe21a1e7d78dd4" have entirely different histories.
da7c534bea
...
1b232fd2f8
@ -39,11 +39,11 @@ namespace QFramework
|
||||
|
||||
public void OnExecute(float dt)
|
||||
{
|
||||
this.Finish();
|
||||
if (datas.ContainsKey("name"))
|
||||
{
|
||||
OperationController.Instance.ChangeOperation(datas["name"]);
|
||||
}
|
||||
this.Finish();
|
||||
OnFinished?.Invoke();
|
||||
}
|
||||
|
||||
|
||||
@ -106,7 +106,6 @@ public class OperationController : MonoSingleton<OperationController>
|
||||
AddStep(item);
|
||||
}
|
||||
TypeEventSystem.Global.Send<OnOperationChanged>();
|
||||
OnNext(default);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user