LightningFiresOptions

@Serializable
data class LightningFiresOptions(var enabled: Boolean = true, var amountOfFires: Int = 100, var velocity: Double = 0.66) : ModuleOptions

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, amountOfFires: Int = 100, velocity: Double = 0.66)

Properties

Link copied to clipboard
Link copied to clipboard
open override var enabled: Boolean

Whether the module is enabled or not. This is used to determine if the module should be loaded and its features activated.

Link copied to clipboard