Use expression body syntax
This commit is contained in:
@@ -651,7 +651,7 @@ namespace OpenRA
|
||||
{
|
||||
public static readonly SerializeAttribute Default = new SerializeAttribute(true);
|
||||
|
||||
public bool IsDefault { get { return this == Default; } }
|
||||
public bool IsDefault => this == Default;
|
||||
|
||||
public readonly bool Serialize;
|
||||
public string YamlName;
|
||||
|
||||
Reference in New Issue
Block a user