9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-20 15:39:31 +00:00

Codestyle

This commit is contained in:
Auxilor
2022-02-06 13:06:31 +00:00
parent 3360ceddca
commit 28c0162a5e

View File

@@ -10,7 +10,7 @@ class LivingEcoBoss(
plugin: EcoPlugin,
private val uuid: UUID,
val boss: EcoBoss,
val tickers: Set<BossTicker>
private val tickers: Set<BossTicker>
) {
private val ticker = plugin.runnableFactory.create {
if (tick()) {