Namespace RisingV.Shared.Systems
Classes
- InternalSystems
A collection of internal systems that are used by the server.
- System
Represents a base class for systems
- SystemConfig
Represents a system configuration class that provides configuration settings for systems in the plugin system.
- SystemManager
Manages systems within the application.
- System<TConfig>
Represents a system with a strongly typed configuration.
Interfaces
- ISystem
Represents a system in the plugin system that can be managed by the SystemManager.
- ISystemConfig
Represents a system configuration interface.