aboutsummaryrefslogtreecommitdiff
path: root/example/src/main/kotlin/Test2.kt
blob: 40d23dbf846a522b267152f73526505110d56a20 (plain)
1
2
3
4
5
package moe.nea.mcautotranslations.example

object Test2 {
	fun x() = tr("test2.object", "Hehheehe")
}