csharp
public enum AdmissionRefusalWhy somebody was not let in.
Fields and properties (6)
NoneThey were.
NoTicketThey presented no ticket, or something that was not one.
BadTicketThe ticket did not survive Validate.
FullThe shard is at its hard cap.
DrainingThe shard is draining. It takes no arrivals, which is the whole mechanism behind both elastic consolidation and rolling upgrades.
AlreadyHereSomebody is already here as that player.
Used by (2)
- PlayerAdmissionVixen.Live.Realm
- RealmHostTestsVixen.Live.Realm.Tests