1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:05:37 +08:00

Use explicit type

This commit is contained in:
smoogipoo 2021-11-02 15:41:25 +09:00
parent a2f6b816ff
commit 1e9211c00b

View File

@ -194,7 +194,7 @@ namespace osu.Game.Skinning
string nameLine = @$"Name: {item.Name}";
string authorLine = @$"Author: {item.Creator}";
var newLines = new[]
string[] newLines =
{
@"// The following content was automatically added by osu! during import, based on filename / folder metadata.",
@"[General]",