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