Group readonly fields.

This commit is contained in:
Matthias Mailänder
2020-04-06 17:09:58 +02:00
committed by teinarss
parent ac381a6f58
commit 80131e7ec0

View File

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