Implemented event subscribers

This commit is contained in:
2026-06-11 12:05:38 +02:00
parent e75452b145
commit f0859d92ac
10 changed files with 6684 additions and 62732 deletions

View File

@@ -109,6 +109,8 @@ namespace Marro.PacManUdon
frozenState = PacManGhostFrozenState.Frozen;
Index = index;
SubscribeToEvent(NetworkEventType.GhostUpdate);
}
public void Reset()