Add readonly to structs
This commit is contained in:
@@ -18,7 +18,7 @@ using OpenRA.Primitives;
|
||||
|
||||
namespace OpenRA.Traits
|
||||
{
|
||||
public struct ActorBoundsPair
|
||||
public readonly struct ActorBoundsPair
|
||||
{
|
||||
public readonly Actor Actor;
|
||||
public readonly Polygon Bounds;
|
||||
|
||||
Reference in New Issue
Block a user