package de.mc8051.arma3launcher.repo; /** * Created by gurkengewuerz.de on 25.03.2020. */ public enum DownloadStatus { RUNNING, FINNISHED, ERROR; }