LANCommander/LANCommander.SDK/Enums/InstallTaskType.cs

18 lines
364 B
C#
Raw Permalink Normal View History

namespace LANCommander.SDK.Enums
{
public enum InstallTaskType
{
DownloadAndExtract,
WriteManifest,
WriteScripts,
VerifyFiles,
DownloadSaves,
RunInstallScript,
RunKeyChangeScript,
RunNameChangeScript,
RunRedistributableInstallScript,
DownloadManual,
MoveFiles
}
}