Group readonly fields.
This commit is contained in:
committed by
teinarss
parent
ac381a6f58
commit
80131e7ec0
@@ -87,14 +87,15 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
};
|
||||
|
||||
readonly Lazy<TooltipContainerWidget> tooltipContainer;
|
||||
readonly World world;
|
||||
readonly WorldRenderer worldRenderer;
|
||||
|
||||
int2? joystickScrollStart, joystickScrollEnd;
|
||||
int2? standardScrollStart;
|
||||
bool isStandardScrolling;
|
||||
|
||||
ScrollDirection keyboardDirections;
|
||||
ScrollDirection edgeDirections;
|
||||
readonly World world;
|
||||
readonly WorldRenderer worldRenderer;
|
||||
|
||||
HotkeyReference[] saveBookmarkHotkeys;
|
||||
HotkeyReference[] restoreBookmarkHotkeys;
|
||||
|
||||
Reference in New Issue
Block a user