Added MutagenLevelBoost and MutagenLevelBoostBred settings

This commit is contained in:
Brett Hewitson 2021-12-09 11:35:05 +10:00
parent 942db9bb53
commit 7f6fec6aca
11 changed files with 269 additions and 47 deletions

View file

@ -13,7 +13,7 @@ namespace ServerManagerTool.Common.Model
{
}
public override bool IsArray => false;
public override bool IsArray => true;
private static string ToIniValueInternal(int val)
{