mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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 nameLine = @$"Name: {item.Name}";
|
||||||
string authorLine = @$"Author: {item.Creator}";
|
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.",
|
@"// The following content was automatically added by osu! during import, based on filename / folder metadata.",
|
||||||
@"[General]",
|
@"[General]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user