private void Awake() { moveLogic = new TwoHandMoveLogic(); rotateLogic = new TwoHandRotateLogic(rotationConstraint); scaleLogic = new TwoHandScaleLogic(); benchtopSharing = GetComponent <BenchtopSharing>(); }
private void Awake() { benchtopSharing = GetComponent <BenchtopSharing>(); }