AssemblyCSharp.UICookingDragListener.OnDestroy C# (CSharp) Method

OnDestroy() public method

public OnDestroy ( ) : void
return void
        void OnDestroy()
        {
            EventMessenger.RemoveListener<UIDragEvent> (OnDrag);
        }
UICookingDragListener