This commit is contained in:
Infi
2024-08-20 23:14:52 +02:00
parent 16a16b1f12
commit 117d9fc45c
7 changed files with 114 additions and 45 deletions
@@ -7,6 +7,7 @@ internal sealed class ChatActivatedArgs
internal ChannelSwitchInfo ChannelSwitchInfo { get; }
internal TellReason? TellReason { get; init; }
internal TellTarget? TellTarget { get; init; }
internal bool TellSpecial { get; init; } // specific to Eureka/Bozja/Zadnor
internal ChatActivatedArgs(ChannelSwitchInfo channelSwitchInfo)
{