mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-10-09 15:49:39 +00:00
6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
package gay.pizza.pork.evaluator
|
|
|
|
fun interface BlockFunction {
|
|
fun call(): Any
|
|
}
|