mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
8 lines
96 B
Lua
8 lines
96 B
Lua
local task = require("@lune/task")
|
|
|
|
task.wait(0.25)
|
|
|
|
return {
|
|
Foo = "Bar",
|
|
Hello = "World",
|
|
}
|