Interface IGameProgressSettings
Engine-agnostic read model for game-progress configuration.
Namespace: Serenity.GameProgress.Application.Interfaces
Assembly: Serenity.GameProgress.Application.dll
Syntax
public interface IGameProgressSettings
Remarks
Mirrors Serenity.Leaderboard.Application.Interfaces.ILeaderboardSettings'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. Game progress has no business-level
configuration today — this interface is intentionally empty, reserved so a future
business-relevant setting has a home without changing the installer/service contract.