Enum GameInstallerKind
- Namespace
- Hi3Helper.Plugin.Core.Management
- Assembly
- Hi3Helper.Plugin.Core.dll
Gets or Sets which method is used to perform game installation routine.
[Flags]
public enum GameInstallerKind
- Extension Methods
Fields
Install = 1Performs installation routine.
None = 0Do nothing.
Preload = 4Performs preload routine.
Update = 2Performs update routine.