Made display and index writable

This commit is contained in:
arookas 2016-02-01 12:33:25 -05:00
parent c3e358adba
commit 485c703f20

View file

@ -244,9 +244,11 @@ namespace arookas {
public int Display { public int Display {
get { return mDisplay; } get { return mDisplay; }
set { mDisplay = value; }
} }
public int Index { public int Index {
get { return mIndex; } get { return mIndex; }
set { mIndex = value; }
} }
// symbol table // symbol table