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:
parent
a2f6b816ff
commit
1e9211c00b
@ -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]",
|
||||
|
Loading…
Reference in New Issue
Block a user