Table of Contents

Enum ServerConnectionType

Namespace
FishMMO.Client
Assembly
FishMMO.Client.dll

Represents the type of server connection the client is currently using. Used to track connection state transitions in the client.

public enum ServerConnectionType : byte

Fields

ConnectingToWorld = 2

Connecting to the world server (transition state).

Login = 1

Connected to the login server.

None = 0

No active server connection.

Scene = 4

Connected to a specific scene server.

World = 3

Connected to the world server.