Table of Contents

Interface ICharacterFactionService

Namespace
FishMMO.Database.Npgsql.Services.Interfaces
Assembly
FishMMO-DB.dll

Service interface for managing character factions.

public interface ICharacterFactionService : IPersistManyAction<CharacterFactionData>, IDeleteByKeyVersionedAction<long>, IFetchCollectionByKeyAction<long, CharacterFactionData>
Inherited Members

Remarks

Faction persistence and deletion should be version-gated via the logical Version so stale updates are rejected and newer authoritative updates win.