Small changes

This commit is contained in:
2026-06-11 13:38:01 +02:00
parent bce6b329c2
commit 878486c92f
7 changed files with 1547 additions and 968 deletions

View File

@@ -1209,7 +1209,7 @@ namespace Marro.PacManUdon
SendEventSoon(NetworkEventType.TimeSequenceSync);
}
private void Pause()
public void Pause()
{
paused = true;
stepNext = false;