diff --git a/SharedLibraryCore/RCon/CommandPrefix.cs b/SharedLibraryCore/RCon/CommandPrefix.cs index 59947192..d286f54d 100644 --- a/SharedLibraryCore/RCon/CommandPrefix.cs +++ b/SharedLibraryCore/RCon/CommandPrefix.cs @@ -16,5 +16,7 @@ public string RConGetInfo { get; set; } public string RConResponse { get; set; } public string RconGetInfoResponseHeader { get; set; } + public string Mute { get; set; } + public string Unmute { get; set; } } -} \ No newline at end of file +}