blob: cca22193213826e42f694996a6e938377d929e7e (
plain)
1
2
3
4
5
6
|
package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.features.event.diana.BurrowType
import at.hannibal2.skyhanni.utils.LorenzVec
class BurrowDetectEvent(val burrowLocation: LorenzVec, val type: BurrowType) : LorenzEvent()
|