StoryTeller.Messages.ClientMessage.ClientMessage C# (CSharp) Method

ClientMessage() protected method

protected ClientMessage ( string type ) : System
type string
return System
        protected ClientMessage(string type)
        {
            Type = type;
        }
    }
ClientMessage