Add readonly to structs
This commit is contained in:
@@ -14,7 +14,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace OpenRA
|
||||
{
|
||||
public struct MapCoordsRegion : IEnumerable<MPos>
|
||||
public readonly struct MapCoordsRegion : IEnumerable<MPos>
|
||||
{
|
||||
public struct MapCoordsEnumerator : IEnumerator<MPos>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user