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