Working well now I think?

This commit is contained in:
2026-01-12 21:00:49 +01:00
parent e76df964e5
commit da0e6699e7
5 changed files with 609 additions and 552 deletions

View File

@@ -49,7 +49,7 @@ public class TestBallManager : UdonSharpBehaviour
testBall.UpButtonPressed();
}
networkManager.SendEvent((NetworkEventType)1);
networkManager.SendEvent(NetworkEventType.PacManTurn);
}
public void SyncButtonPressed()