Initial flame_lua_runtime package
This commit is contained in:
8
example/assets/games/template/scripts/state.lua
Normal file
8
example/assets/games/template/scripts/state.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@class TemplateState
|
||||
local state = {
|
||||
started = false,
|
||||
clicks = 0,
|
||||
status = "点击 Start 验证 RuntimeEvent -> Lua -> Diff / Command"
|
||||
}
|
||||
|
||||
return state
|
||||
Reference in New Issue
Block a user