aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/repo/ExtraRecipeProvider.kt
blob: 9d3b5a0250e1c6a79b33f73bba33028a1408bf83 (plain)
1
2
3
4
5
6
7
package moe.nea.firmament.repo

import io.github.moulberry.repo.data.NEURecipe

interface ExtraRecipeProvider {
	fun provideExtraRecipes(): Iterable<NEURecipe>
}