Add readonly to structs
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenRA.Primitives
|
||||
}
|
||||
}
|
||||
|
||||
public struct BitSet<T> : IEnumerable<string>, IEquatable<BitSet<T>> where T : class
|
||||
public readonly struct BitSet<T> : IEnumerable<string>, IEquatable<BitSet<T>> where T : class
|
||||
{
|
||||
readonly BitSetIndex bits;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user