mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Apply batch fixing of built-in types using var
This commit is contained in:
@ -47,7 +47,7 @@ namespace osu.Game.Online.Rooms
|
||||
|
||||
req.AddCursor(Cursor);
|
||||
|
||||
foreach (var (key, value) in IndexParams.Properties)
|
||||
foreach ((string key, var value) in IndexParams.Properties)
|
||||
req.AddParameter(key, value.ToString());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user