Table of Contents

Interface ICharacterPetAttributeService

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

Service interface for managing character pet attributes.

public interface ICharacterPetAttributeService : ICountByKeyAction<long>, IPersistAction<CharacterPetAttributeData, long>, IPersistManyAction<CharacterPetAttributeData>, IDeleteByKeyVersionedAction<long>, IFetchCollectionByKeyAction<long, CharacterPetAttributeData>
Inherited Members

Remarks

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