aboutsummaryrefslogtreecommitdiff
path: root/gradle-plugin/src/main/kotlin/moe/nea/mcautotranslations/gradle/MCAutoTranslationsExtension.kt
blob: 73670566ecffd047b128f2656eb40a2ba2dec864 (plain)
1
2
3
4
5
6
7
package moe.nea.mcautotranslations.gradle

abstract class MCAutoTranslationsExtension {

	fun translationFunction(name: String) {} // TODO: actual config

}