more integration tweaks

add configurable flood protect interval for rcon
This commit is contained in:
RaidMax
2022-02-08 12:03:55 -06:00
parent 07f675eadc
commit 12dfd8c558
13 changed files with 388 additions and 288 deletions

View File

@ -100,5 +100,7 @@ namespace SharedLibraryCore.Interfaces
string DefaultInstallationDirectoryHint { get; }
ColorCodeMapping ColorCodeMapping { get; }
short FloodProtectInterval { get; }
}
}
}