Interface ICharacterItemCooldownService
- Namespace
- FishMMO.Database.Npgsql.Services.Interfaces
- Assembly
- FishMMO-DB.dll
Service interface for managing character item cooldowns.
public interface ICharacterItemCooldownService : ICountByKeyAction<long>, IPersistAction<CharacterItemCooldownData, long>, IPersistManyAction<CharacterItemCooldownData>, IDeleteByKeyVersionedAction<long>, IFetchCollectionByKeyAction<long, CharacterItemCooldownData>
- Inherited Members
Remarks
Item cooldown persistence and deletion should be version-gated via the logical Version
so stale updates are rejected and newer authoritative updates win.