KoremodsScriptPack

data class KoremodsScriptPack(val namespace: String, val path: Path, val scripts: List<KoremodsScript>)(source)

A loaded and initialized Koremods Script Pack.

Constructors

Link copied to clipboard
internal constructor(namespace: String, path: Path, scripts: List<KoremodsScript>)

Properties

Link copied to clipboard

the pack's namespace

Link copied to clipboard
val path: Path

path to the pack's root file

Link copied to clipboard

list of the pack's loaded scripts