tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IChatTrackingContext.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3
5
7{
12 {
16 bool Active { get; set; }
17
21 IReadOnlyCollection<ChannelRepresentation> Channels { get; }
22
26 IEnumerable<CustomCommand> CustomCommands { get; set; }
27
32 void SetChannelSink(IChannelSink channelSink);
33 }
34}
Notifyee of when ChannelRepresentations in a IChatTrackingContext are updated.
Definition: IChannelSink.cs:11
Represents a tracking of dynamic chat json files.
IEnumerable< CustomCommand > CustomCommands
IReadOnlyCollection<T> of CustomCommands in the IChatTrackingContext.
IReadOnlyCollection< ChannelRepresentation > Channels
IReadOnlyCollection<T> of ChannelRepresentations in the IChatTrackingContext.
void SetChannelSink(IChannelSink channelSink)
Sets the channelSink for the IChatTrackingContext.