From a81f9ecfa04d72913b54a9e4a9cc08ee2feb4cda Mon Sep 17 00:00:00 2001 From: Amos Date: Mon, 22 Jan 2024 01:08:25 +0000 Subject: [PATCH] slc update (#319) --- SharedLibraryCore/RCon/CommandPrefix.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +}