Table of Contents

Interface ICharacterSkillService

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

Service interface for managing character skills.

public interface ICharacterSkillService : ICountByKeyAction<long>, IPersistAction<CharacterSkillData, long>, IPersistManyAction<CharacterSkillData>, IDeleteByKeyVersionedAction<long>, IFetchCollectionByKeyAction<long, CharacterSkillData>
Inherited Members

Remarks

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