Package-level declarations
Types
Link copied to clipboard
class DefaultPluginContext(val pluginId: String, platform: Platform, val events: EventBus, val scheduler: Scheduler, val commands: CommandRegistry, val configs: ConfigManager, val services: ServiceRegistry, val prefabs: PrefabStore? = null) : PluginContext
Default core implementation of PluginContext.