mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Apply newline additions
This commit is contained in:
@ -111,6 +111,7 @@ namespace osu.Game.IO.Legacy
|
||||
else
|
||||
{
|
||||
Write(d.Count);
|
||||
|
||||
foreach (KeyValuePair<T, U> kvp in d)
|
||||
{
|
||||
WriteObject(kvp.Key);
|
||||
|
Reference in New Issue
Block a user