Working on ghost sync

This commit is contained in:
2026-01-19 20:06:41 +01:00
parent c3a19cc53e
commit 9554d1c512
3 changed files with 492 additions and 486 deletions

View File

@@ -16,6 +16,7 @@ namespace Marro.PacManUdon
PacManTurn = 2,
StartGameButtonPressed = 3,
SyncPellets = 4,
GhostUpdate = 5,
}
public class NetworkManager : UdonSharpBehaviour