Use expression body syntax
This commit is contained in:
@@ -23,7 +23,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
return args.Length >= 2;
|
||||
}
|
||||
|
||||
string IUtilityCommand.Name { get { return "--sequence-import"; } }
|
||||
string IUtilityCommand.Name => "--sequence-import";
|
||||
|
||||
IniFile file;
|
||||
MapGrid grid;
|
||||
|
||||
Reference in New Issue
Block a user