Dbot.CommonModels.HasVictim.SendCommon C# (CSharp) Méthode

SendCommon() protected méthode

protected SendCommon ( IClientVisitor client ) : void
client IClientVisitor
Résultat void
        protected void SendCommon(IClientVisitor client)
        {
            if (!SilentReason && !string.IsNullOrWhiteSpace(Reason)) {
            client.Visit(new PublicMessage(Reason));
              }
        }