Improve code style

This commit is contained in:
Jakob K
2021-05-12 14:17:44 +02:00
parent 3e9b243d3d
commit cf48510756
69 changed files with 144 additions and 609 deletions

View File

@@ -21,9 +21,8 @@ data class KSpigotParticle(
var offset: Vector? = null,
var extra: Number = 1.0,
var data: Any? = null,
var force: Boolean = false
var force: Boolean = false,
) {
/**
* Spawns the particle at the location. It
* will be visible for everyone near it.
@@ -58,7 +57,6 @@ data class KSpigotParticle(
data
)
}
}
/**