mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
more config updates
This commit is contained in:
@ -12,6 +12,9 @@ namespace SharedLibrary.Configuration
|
||||
public string DiscordInviteCode { get; set; }
|
||||
public string IPHubAPIKey { get; set; }
|
||||
public List<ServerConfiguration> Servers { get; set; }
|
||||
|
||||
public int AutoMessagePeriod { get; set; }
|
||||
public List<string> AutoMessages { get; set; }
|
||||
public List<string> Rules { get; set; }
|
||||
public List<MapConfiguration> Maps { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user