Enum SlotType
- Namespace
- Archipelago.MultiClient.Net.Enums
- Assembly
- Archipelago.MultiClient.Net.dll
The types of slots that can be present in a game.
[Flags]
public enum SlotType
Fields
Group = 2A slot that represents a group of players, used for itemlinks
Player = 1A normal player slot
Spectator = 0A spectator slot. (wont be allowed to send hints or items)