mirror of
https://github.com/lune-org/lune.git
synced 2025-04-20 20:03:52 +01:00
5 lines
86 B
Text
5 lines
86 B
Text
local state_module = require("./state_module")
|
|
|
|
state_module.set_state(11)
|
|
|
|
return {}
|