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

@@ -50,6 +50,8 @@ namespace Marro.PacManUdon
hideUntilUnfrozen = false;
startPosition = startTransform.localPosition;
startRotation = startTransform.localRotation;
SubscribeToEvent(NetworkEventType.PacManTurn);
}
public void Reset()