public override void Enter(BaseTypeHnd o) { handController = o; if (activeObj) { handController.SetActiveObject(activeObj); if (!activeObj.handIsVisible) { handController.HideHand(); } } }
public override void Enter(BaseTypeHnd o) { handController = o; handController.HideHand(); }