mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
use var for list declaration
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
52469fccbe
commit
3d95592130
@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
{
|
||||
get
|
||||
{
|
||||
List<string> attributes = new List<string>();
|
||||
var attributes = new List<string>();
|
||||
|
||||
foreach ((SettingSourceAttribute attr, System.Reflection.PropertyInfo property) in this.GetOrderedSettingsSourceProperties())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user