blob: 194bcc5bfc4a8c04378ad061f47e7b5c8e249d87 (
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()
|