AssemblyCSharp.UICookingDragListener.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
        void Awake()
        {
            EventMessenger.AddListener<UIDragEvent> (OnDrag);
            Text.text = "";
        }
UICookingDragListener