mirror of
https://git.recroomarchive.org/RecRoomArchive/RRAC.git
synced 2026-09-08 22:51:26 -07:00
More changes...
This commit is contained in:
@@ -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