(61d00a474) v0.9.7.1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace GameAnalyticsSDK.Net
|
||||
{
|
||||
public enum EGAErrorSeverity
|
||||
{
|
||||
Undefined = 0,
|
||||
Debug = 1,
|
||||
Info = 2,
|
||||
Warning = 3,
|
||||
Error = 4,
|
||||
Critical = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user