- Namespace
- Atavism
- Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["WorldTcpMessageType"]
class Type type-node
Syntax
public enum WorldTcpMessageType
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Character |
5 |
static
|
| Character |
6 |
static
|
| Character |
3 |
static
|
| Character |
4 |
static
|
| CharacterRequest | 7 |
static
|
| CharacterResponse | 2 |
static
|
| Character |
8 |
static
|
| Character |
9 |
static
|
| Heartbeat | 13 |
static
|
| HeartbeatResponse | 14 |
static
|
| IconPrefabRequest | 17 |
static
|
| IconPrefabResponse | 18 |
static
|
| OldCharacterRequest | 1 |
static
|
| PrefabRequest | 15 |
static
|
| PrefabResponse | 16 |
static
|
| Secure |
10 |
static
|
| ServerListRequest | 11 |
static
|
| ServerListResponse | 12 |
static
|