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