mutate to immutable
This commit is contained in:
parent
3c857c1b6d
commit
fed9c4e30e
|
@ -57,8 +57,8 @@ namespace BizHawk
|
|||
this.flags = flags;
|
||||
this.value = value;
|
||||
}
|
||||
public byte value;
|
||||
public Flag flags;
|
||||
public readonly byte value;
|
||||
public readonly Flag flags;
|
||||
public enum Flag : byte
|
||||
{
|
||||
None = 0,
|
||||
|
|
Loading…
Reference in New Issue