Interface ICharacterArchetypeService
- Namespace
- FishMMO.Database.Npgsql.Services.Interfaces
- Assembly
- FishMMO-DB.dll
Service interface for managing character archetypes.
public interface ICharacterArchetypeService : IPersistManyAction<CharacterArchetypeData>, IDeleteByKeyVersionedAction<long>, IFetchCollectionByKeyAction<long, CharacterArchetypeData>
- Inherited Members
Remarks
Archetype persistence and deletion are version-gated via the logical Version
so stale updates are rejected and newer authoritative updates win.