Enum ClientType
- Namespace
- Xabbo
- Assembly
- Xabbo.Common.dll
Represents a type of game client.
[Flags]
public enum ClientType
Fields
All = Modern | OriginsRepresents all clients.
Flash = 2Represents the Flash client.
Modern = Unity | FlashNone = 0Represents no particular client.
Origins = 4Represents the Origins client. (Shockwave)
Shockwave = 4Represents the Shockwave client.
Unity = 1Represents the Unity client.