Choice and risk cards now use VRCObjectSync.

This commit is contained in:
2026-05-20 20:05:41 -04:00
parent b234da3820
commit ae4ce6684b
15 changed files with 4614 additions and 4263 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);