diff options
| author | pengxuanzheng <[email protected]> | 2020-08-28 18:44:14 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-08-28 18:44:14 +0800 |
| commit | 4121cc7cb0fb7d2d3230e0eaa42637cab96e5c8f (patch) | |
| tree | f00602da9026d72c24688c6403a5128bc0c99d49 /example/script/print_hello.lua | |
| parent | 03b064f1f31853c79c4cde8213ed27a572ef3674 (diff) | |
修改输入参数tsg为TSG
Diffstat (limited to 'example/script/print_hello.lua')
| -rw-r--r-- | example/script/print_hello.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/script/print_hello.lua b/example/script/print_hello.lua index ee823e7..5378758 100644 --- a/example/script/print_hello.lua +++ b/example/script/print_hello.lua @@ -1,4 +1,4 @@ -local str = tsg.data +local str = TSG.data print("-----------") print("str") print("-----------") |
