Add version value to the DefaultSkinConfiguration dictionary

This commit is contained in:
iiSaLMaN 2019-10-01 08:14:15 +03:00
parent 812d33f850
commit 6ba1bc381c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ public DefaultSkinConfiguration()
new Color4(204, 102, 0, 255),
new Color4(121, 9, 13, 255)
});
ConfigDictionary.Add(@"Version", "latest");
}
}
}