/// <summary>Initializes a new instance of the <see cref="VerbalCommunicationEvent"/> class.</summary> /// <param name="activeThing">The thing that is communicating.</param> /// <param name="sensoryMessage">The sensory message describing the communication to those who can perceive it.</param> /// <param name="communicationType">Type of the communication.</param> public VerbalCommunicationEvent( Thing activeThing, SensoryMessage sensoryMessage, VerbalCommunicationType communicationType) : base(activeThing, sensoryMessage) { this.CommunicationType = communicationType; }
/// <summary> /// Initializes a new instance of the <see cref="VerbalCommunicationEvent"/> class. /// </summary> /// <param name="activeThing">The thing that is communicating.</param> /// <param name="sensoryMessage">The sensory message describing the communication to those who can perceive it.</param> /// <param name="communicationType">Type of the communication.</param> public VerbalCommunicationEvent( Thing activeThing, SensoryMessage sensoryMessage, VerbalCommunicationType communicationType) : base(activeThing, sensoryMessage) { this.CommunicationType = communicationType; }