1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

slc update (#319)

This commit is contained in:
Amos
2024-01-22 01:08:25 +00:00
committed by GitHub
parent 94d436a203
commit a81f9ecfa0

View File

@ -16,5 +16,7 @@
public string RConGetInfo { get; set; } public string RConGetInfo { get; set; }
public string RConResponse { get; set; } public string RConResponse { get; set; }
public string RconGetInfoResponseHeader { get; set; } public string RconGetInfoResponseHeader { get; set; }
public string Mute { get; set; }
public string Unmute { get; set; }
} }
} }