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 Lazy<TooltipContainerWidget> tooltipContainer;
|
||||||
|
readonly World world;
|
||||||
|
readonly WorldRenderer worldRenderer;
|
||||||
|
|
||||||
int2? joystickScrollStart, joystickScrollEnd;
|
int2? joystickScrollStart, joystickScrollEnd;
|
||||||
int2? standardScrollStart;
|
int2? standardScrollStart;
|
||||||
bool isStandardScrolling;
|
bool isStandardScrolling;
|
||||||
|
|
||||||
ScrollDirection keyboardDirections;
|
ScrollDirection keyboardDirections;
|
||||||
ScrollDirection edgeDirections;
|
ScrollDirection edgeDirections;
|
||||||
readonly World world;
|
|
||||||
readonly WorldRenderer worldRenderer;
|
|
||||||
|
|
||||||
HotkeyReference[] saveBookmarkHotkeys;
|
HotkeyReference[] saveBookmarkHotkeys;
|
||||||
HotkeyReference[] restoreBookmarkHotkeys;
|
HotkeyReference[] restoreBookmarkHotkeys;
|
||||||
|
|||||||
Reference in New Issue
Block a user