Use expression body syntax
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
{
|
||||
class RemapShpCommand : IUtilityCommand
|
||||
{
|
||||
string IUtilityCommand.Name { get { return "--remap"; } }
|
||||
string IUtilityCommand.Name => "--remap";
|
||||
|
||||
bool IUtilityCommand.ValidateArguments(string[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user