Table of Contents

Interface ILoginServerRuntimeData

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

Interface for login server runtime data that tracks the server's unique identifier.

public interface ILoginServerRuntimeData : IRuntimeDataContainer, IServerComponent

Properties

ID

Gets the unique ID of this login server instance.

long ID { get; set; }

Property Value

long