More changes...
This commit is contained in:
14
RecRoomArchive.Models/API/GameSessions/JoinGameErrorCode.cs
Normal file
14
RecRoomArchive.Models/API/GameSessions/JoinGameErrorCode.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace RecRoomArchive.Models.API.GameSessions
|
||||
{
|
||||
public enum JoinGameErrorCode
|
||||
{
|
||||
Success,
|
||||
NoSuchGame,
|
||||
PlayerNotOnline,
|
||||
InsufficientSpace,
|
||||
EventNotStarted,
|
||||
EventAlreadyFinished,
|
||||
EventCreatorNotReady,
|
||||
Blocked
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user