v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
namespace Barotrauma;
|
||||
|
||||
public static partial class EosInterface
|
||||
{
|
||||
public enum AchievementUnlockError
|
||||
{
|
||||
Unknown,
|
||||
InvalidUser,
|
||||
EosNotInitialized,
|
||||
TimedOut,
|
||||
InvalidParameters,
|
||||
NotFound
|
||||
}
|
||||
|
||||
public enum IngestStatError
|
||||
{
|
||||
Unknown,
|
||||
InvalidUser,
|
||||
EosNotInitialized,
|
||||
TimedOut,
|
||||
InvalidParameters,
|
||||
NotFound
|
||||
}
|
||||
|
||||
public enum QueryStatsError
|
||||
{
|
||||
Unknown,
|
||||
InvalidUser,
|
||||
EosNotInitialized,
|
||||
TimedOut,
|
||||
InvalidParameters,
|
||||
NotFound
|
||||
}
|
||||
|
||||
public enum QueryAchievementsError
|
||||
{
|
||||
Unknown,
|
||||
InvalidUser,
|
||||
InvalidProductUserID,
|
||||
EosNotInitialized,
|
||||
TimedOut,
|
||||
InvalidParameters,
|
||||
NotFound
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user