Hilbish/moonlight/function.go

4 lines
80 B
Go
Raw Normal View History

package moonlight
type GoToLuaFunc func(mlr *Runtime, c *GoCont) (Cont, error)