Use expression body syntax
This commit is contained in:
@@ -84,6 +84,6 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
}
|
||||
|
||||
bool IRenderAnnotationsWhenSelected.SpatiallyPartitionable { get { return false; } }
|
||||
bool IRenderAnnotationsWhenSelected.SpatiallyPartitionable => false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user