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