1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
using System; namespace XUpdater { internal enum eUPdatePhase { xUP_None, xUP_Prepare, xUP_FetchVersion, xUP_LoadVersion, xUP_CompareVersion, xUP_DownLoadConfirm, xUP_DownLoadBundle, xUP_ShowVersion, xUP_LaunchGame, xUP_Ending, xUP_Finish, xUP_Error } }