5/4/21

webflow Modal – 2-5-1 {5-4-21} using System.Collections; using System.Collections.Generic; using UnityEngine; using ArgosTweenSpacePuppy; public class Spoke_Handler : MonoBehaviour { public bool setLastHeld = false; public bool isBeingHeld = false; public bool bLOCKED = false; public float maxFJForce = 1000f; private float reset_Timer = 2f; private bool bReseting = false; private Vector3 targetPos; private Quaternion targetRot; […]