tgstation-server 6.12.0
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 {
17 bool Active { get; set; }
18
22 IReadOnlyCollection<ChannelRepresentation> Channels { get; }
23
27 IEnumerable<CustomCommand> CustomCommands { get; set; }
28
33 void SetChannelSink(IChannelSink channelSink);
34 }
35}
Notifyee of when ChannelRepresentations in a IChatTrackingContext are updated.
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.