Interface IGameSaveSettings
Engine-agnostic read model for game-save configuration.
Namespace: Serenity.GameSave.Application.Interfaces
Assembly: Serenity.GameSave.Application.dll
Syntax
public interface IGameSaveSettings
Remarks
Mirrors Serenity.GameProgress.Application.Interfaces.IGameProgressSettings's shape: a
business-facing settings contract kept separate from infrastructure-only concerns (backend
selection, table/collection name), which the Unity installer reads directly off the concrete
settings asset instead of exposing them here.
Properties
SlotCount
The fixed number of save slots the game exposes.
Declaration
int SlotCount { get; }
Property Value
| Type | Description |
|---|---|
| int |