BattleDamageModifier

class BattleDamageModifier(vs: String, modificationAmount: Float)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getText
Link copied to clipboard
fun getText(): String
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

modificationAmount
Link copied to clipboard
val modificationAmount: Float
vs
Link copied to clipboard
val vs: String

Sources

jvm source
Link copied to clipboard