Table of Contents

Enum ServerType

Namespace
FishMMO.Server.Core
Assembly
FishMMO.Server.dll

Represents the type of server being launched. Provides a type-safe way to handle different server behaviors.

public enum ServerType

Fields

Invalid = 0

Invalid server type. Used as a default or error value.

Login = 1

Login server type. Handles authentication and account management.

Scene = 3

Scene server type. Handles individual scenes or instances within the world.

World = 2

World server type. Manages the persistent world state and player interactions.