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

implement map and gametype command

This commit is contained in:
RaidMax
2021-11-28 10:04:37 -06:00
parent 985762c426
commit b33b518fa2
9 changed files with 724 additions and 80 deletions

View File

@ -7,6 +7,7 @@ namespace SharedLibraryCore.Configuration
public string[] AutoMessages { get; set; }
public string[] GlobalRules { get; set; }
public MapConfiguration[] Maps { get; set; }
public GametypeConfiguration[] Gametypes { get; set; }
public QuickMessageConfiguration[] QuickMessages {get; set;}
public string[] DisallowedClientNames { get; set; }
public GameStringConfiguration GameStrings { get; set; }