Supermarket.Hand.Enable C# (CSharp) Method

Enable() private method

private Enable ( ) : void
return void
        void Enable()
        {
            gameObject.SetActive(true);
            selection.DisableInput();
        }