blob: 75521bacd50648dac44d82aa711876fc06141be4 (
plain)
1
2
3
4
5
6
|
package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.features.garden.CropType
import at.hannibal2.skyhanni.features.garden.contest.FarmingContestPhase
class FarmingContestEvent(val crop: CropType, val phase: FarmingContestPhase) : LorenzEvent()
|