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