Codebreak.Service.World.Network.MessageDispatcher.RemoveHandler C# (CSharp) Method

RemoveHandler() public method

public RemoveHandler ( Action method ) : void
method Action
return void
        public virtual void RemoveHandler(Action<string> method)
        {
            OnMessage -= method;
        }