using System; namespace XUpdater { public enum XLaunchMode { Live = 100, PreProduct, Dev = 200 } }