SpellEdge

open class SpellEdge(to: WebTile, interaction: SpellInteraction) : Edge<SpellInteraction>

Functions

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

Properties

from
Link copied to clipboard
var from: WebTile?
interaction
Link copied to clipboard
val interaction: SpellInteraction
requirements
Link copied to clipboard
val requirements: List<Any>?
to
Link copied to clipboard
var to: WebTile
type
Link copied to clipboard
val type: EdgeType