RCS0056 - roslynator_max_line_length = 180
This commit is contained in:
committed by
Matthias Mailänder
parent
822a29aa76
commit
9d5d2ab493
@@ -41,7 +41,21 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
readonly Dictionary<PreviewStatus, Widget[]> previewWidgets = new();
|
||||
readonly Func<(MapPreview Map, Session.MapStatus Status)> getMap;
|
||||
|
||||
enum PreviewStatus { Unknown, Playable, Incompatible, Validating, DownloadAvailable, Searching, Downloading, DownloadError, Unavailable, UpdateAvailable, UpdateDownloadAvailable }
|
||||
enum PreviewStatus
|
||||
{
|
||||
Unknown,
|
||||
Playable,
|
||||
Incompatible,
|
||||
Validating,
|
||||
DownloadAvailable,
|
||||
Searching,
|
||||
Downloading,
|
||||
DownloadError,
|
||||
Unavailable,
|
||||
UpdateAvailable,
|
||||
UpdateDownloadAvailable,
|
||||
}
|
||||
|
||||
PreviewStatus currentStatus;
|
||||
bool blink;
|
||||
int blinkTick;
|
||||
|
||||
Reference in New Issue
Block a user