(61d00a474) v0.9.7.1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace GameAnalyticsSDK.Net
|
||||
{
|
||||
public enum EGAProgressionStatus
|
||||
{
|
||||
Undefined = 0,
|
||||
Start = 1,
|
||||
Complete = 2,
|
||||
Fail = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user