调整lua proto编号

This commit is contained in:
algotao
2025-11-16 16:10:43 +08:00
parent 430ce87959
commit 25715910cb
2 changed files with 6 additions and 6 deletions

View File

@@ -212,8 +212,8 @@ message ScriptRun {
// ScriptCreate 创建脚本
message ScriptCreate {
string lua_name = 2; // 要上传的脚本名称
string lua_script = 1; // 要调试的lua脚本
string lua_name = 1; // 要上传的脚本名称
string lua_script = 2; // 要调试的lua脚本
}
// ScriptList 列出脚本