AdventureDependency

data class AdventureDependency(val component: Component, val config: DependencyConfig)

Represents a dependency on a component of Adventure

Parameters

component

The component to depend on

config

The configuration for the dependency

Constructors

Link copied to clipboard
constructor(component: Component, config: DependencyConfig)

Properties

Link copied to clipboard
Link copied to clipboard