Fixed fields missing the readonly modifier
This commit is contained in:
@@ -22,8 +22,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
readonly ScrollPanelWidget scrollPanel;
|
||||
readonly LabelWidget template;
|
||||
|
||||
bool showModTab;
|
||||
bool showEngineTab;
|
||||
readonly bool showModTab;
|
||||
readonly bool showEngineTab;
|
||||
bool isShowingModTab;
|
||||
readonly IEnumerable<string> modLines;
|
||||
readonly IEnumerable<string> engineLines;
|
||||
|
||||
Reference in New Issue
Block a user