mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-08 00:39:10 +00:00
Fix kotlin code style issues
This commit is contained in:
@@ -2,7 +2,6 @@ package org.apollo.game.plugin.skill.runecrafting
|
||||
|
||||
import org.apollo.game.plugin.skill.runecrafting.Altar.*
|
||||
|
||||
|
||||
interface Rune {
|
||||
/**
|
||||
* The item id of the rune.
|
||||
@@ -29,7 +28,7 @@ interface Rune {
|
||||
*
|
||||
* [playerLevel] - The players current runecrafting level.
|
||||
*/
|
||||
fun getBonusMultiplier(playerLevel: Int) : Double
|
||||
fun getBonusMultiplier(playerLevel: Int): Double
|
||||
}
|
||||
|
||||
enum class DefaultRune(
|
||||
|
||||
Reference in New Issue
Block a user