mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-21 07:59:28 +00:00
Codestyle
This commit is contained in:
@@ -10,7 +10,7 @@ class LivingEcoBoss(
|
|||||||
plugin: EcoPlugin,
|
plugin: EcoPlugin,
|
||||||
private val uuid: UUID,
|
private val uuid: UUID,
|
||||||
val boss: EcoBoss,
|
val boss: EcoBoss,
|
||||||
val tickers: Set<BossTicker>
|
private val tickers: Set<BossTicker>
|
||||||
) {
|
) {
|
||||||
private val ticker = plugin.runnableFactory.create {
|
private val ticker = plugin.runnableFactory.create {
|
||||||
if (tick()) {
|
if (tick()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user