Choice cards now use VRCObjectSync.

This commit is contained in:
2026-05-20 15:58:43 -04:00
parent b234da3820
commit bdd47b5d80
10 changed files with 2063 additions and 977 deletions
@@ -13,8 +13,6 @@ public class PickupInteractCallback : UdonSharpBehaviour
public override void Interact()
{
Debug.Log("[PickupInteractCallback] Interaction!!!");
if (_InteractCallbackFunction != "" && Utilities.IsValid(_CallbackObject))
{
_CallbackObject.SendCustomEvent(_InteractCallbackFunction);