Table of Contents

Interface ICharacterCreateSystem

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

Engine-agnostic public API for character creation system. Manages character creation for player accounts, validates character data, and initializes starting equipment and abilities.

public interface ICharacterCreateSystem : IServerBehaviour, IServerComponent

Properties

MaxCharacters

Maximum number of characters allowed per account.

int MaxCharacters { get; }

Property Value

int