Fixed bug

This commit is contained in:
2026-02-01 15:42:33 +01:00
parent d03d06b5a7
commit a8b395b1d3
4 changed files with 973 additions and 966 deletions

View File

@@ -194,6 +194,7 @@ namespace Marro.PacManUdon
// Debug.Log($"{gameObject} GhostCaughtQueue with ghost {ghost}");
//networkManager.SendEventSoon(NetworkEventType.GhostUpdate);
ghostScaredQueue.Add(ghost);
GhostCaughtExecute(ghost);
}