namespace GameAnalyticsSDK.Net { public enum EGAProgressionStatus { Undefined = 0, Start = 1, Complete = 2, Fail = 3 } }