This commit is contained in:
wsh
2025-06-10 10:49:22 +09:00

View File

@@ -316,6 +316,11 @@ namespace Studio
private void DispatchMachineEvent(string type, string id, Dictionary<string, string> entity)
{
if (ManagerHub.instance.Get<RunManager>().curState == RunManager.EState.Stop)
{
Debug.Log("Stop");
return;
}
if (!listenerIdMap.ContainsKey(type))
{
Debug.Log($"Key Value is missing!!!! -Key:{type}-");