Namespace Snowflake.Model.Game
Classes
Game
Structs
PlatformId
Represents a Stone Platform ID.
Interfaces
IGame
Represents a game within an IGameLibrary.
IGameExtension
Marks an interface as extending IGameLibrary.
Although this interface does not specify any methods, all extensions must implement this interface.
IGameLibrary
Represents an extendable Game library. An instance of IGameLibrary is one of the core services that are always available when Snowflake starts, and handles all information related to games, including files and configuration.
Implements the repository pattern for IGame.
IPlatformInfo
Represents an emulated console or a platform in Snowflake.
ISystemFile
Represents a BIOS file of a Stone IPlatformInfo definition.