mutate to immutable

This commit is contained in:
zeromus 2011-03-17 03:58:04 +00:00
parent 3c857c1b6d
commit fed9c4e30e
1 changed files with 2 additions and 2 deletions

View File

@ -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,