Table of Contents

Interface ICharacterPetBuffService

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

Service interface for managing character pet buffs.

public interface ICharacterPetBuffService : ICountByKeyAction<long>, IPersistAction<CharacterPetBuffData, long>, IPersistManyAction<CharacterPetBuffData>, IDeleteByKeyVersionedAction<long>, IFetchCollectionByKeyAction<long, CharacterPetBuffData>
Inherited Members

Remarks

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