Codebreak.Service.World.Network.MessageDispatcher.RemoveHandler C# (CSharp) Méthode

RemoveHandler() public méthode

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