Core: SOme code cleanup, more to follow.
This commit is contained in:
@@ -1021,6 +1021,6 @@ namespace Game
|
||||
Values[confi] = value;
|
||||
}
|
||||
|
||||
static Dictionary<WorldCfg, object> Values = new Dictionary<WorldCfg, object>();
|
||||
static Dictionary<WorldCfg, object> Values = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user