add game log server

This commit is contained in:
RaidMax
2018-09-06 13:25:58 -05:00
parent 0c90d02e44
commit 385879618d
23 changed files with 362 additions and 71 deletions

View File

@ -12,7 +12,7 @@ namespace SharedLibraryCore.Configuration
{
public class BaseConfigurationHandler<T> : IConfigurationHandler<T> where T : IBaseConfiguration
{
string Filename;
readonly string Filename;
IConfigurationRoot ConfigurationRoot { get; set; }
T _configuration;