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