Mooege.Core.GS.Items.Item.OnRequestUse C# (CSharp) Method

OnRequestUse() public method

public OnRequestUse ( Player player, Item target, int actionId, Mooege.Net.GS.Message.Fields.WorldPlace worldPlace ) : void
player Player
target Item
actionId int
worldPlace Mooege.Net.GS.Message.Fields.WorldPlace
return void
        public virtual void OnRequestUse(Player player, Item target, int actionId, WorldPlace worldPlace)
        {
            throw new System.NotImplementedException();
        }