using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; public class PropBehaviour : NetworkBehaviour { public Transform leftHandPos, rightHandPos; [SyncVar] public bool Original = false; }