mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 06:54:05 +09:00
nsmenu to invoke class with defined args; working settime on buildingmaker
This commit is contained in:
@@ -196,5 +196,5 @@ inline class Yaml(val text: String) {
|
||||
*
|
||||
*/
|
||||
interface YamlInvokable {
|
||||
operator fun invoke(vararg args: Any?)
|
||||
operator fun invoke(args: Array<Any>)
|
||||
}
|
||||
Reference in New Issue
Block a user