Implemented event subscribers
This commit is contained in:
@@ -67,6 +67,9 @@ namespace Marro.PacManUdon
|
||||
soundManager.Initialize();
|
||||
intermission2Pole.Initialize(this, ghostManager.Ghosts[0]);
|
||||
|
||||
SubscribeToEvent(NetworkEventType.StartGameButtonPressed);
|
||||
SubscribeToEvent(NetworkEventType.TimeSequenceSync);
|
||||
|
||||
HideEverything();
|
||||
|
||||
SetScore(0);
|
||||
|
||||
Reference in New Issue
Block a user