Enum GameReleaseChannel
- Namespace
- Hi3Helper.Plugin.Core.Management
- Assembly
- Hi3Helper.Plugin.Core.dll
Defines kind of game release. This is just for cosmetic purposes which is used to display necessary messages on the launcher.
public enum GameReleaseChannel
- Extension Methods
Fields
ClosedBeta = 2The game is currently in Closed-beta/Non-disclosure release/Development release.
OpenBeta = 1The game is currently in Open-beta release.
Public = 0The game is currently Globally released.