blob: 545b282ce1601f02a173499055f25119de977f33 (
plain)
1
2
3
4
5
|
package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.features.fishing.SeaCreature
class SeaCreatureFishEvent(val seaCreature: SeaCreature, val chatEvent: LorenzChatEvent) : LorenzEvent()
|