Namespace RisingV.Shared.Engines
Classes
- Dependency
Represents a dependency for an engine.
- EngineConfig
Represents the configuration for an engine.
- EngineManager
Manages the lifecycle and dependencies of game engines.
- Engine<TConfig>
Represents a base class for engines
- Recommendation
Represents a recommendation for an engine.
Interfaces
- IEngine
Represents an engine that can be managed by the EngineManager.
- IEngineConfig
Represents the configuration for an engine.
- IEngine<TConfig>
Represents an engine that can be managed by the EngineManager with a specific configuration type.