1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 10:07:28 +08:00

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

View File

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