Reworking the choice cards to use VRCObjectSync. This is too hard. :c

This commit is contained in:
2026-05-20 01:01:06 -04:00
parent b234da3820
commit 4f58eedcda
10 changed files with 1981 additions and 991 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);