functions 改成utf-8 编码

dev_chengFeng
wangzhenxing 2022-09-29 10:31:21 +08:00
parent 702ad876a9
commit 3f49477a2a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
-- Lua中的继承
-- Lua中的继承
function Inherit(tbParent, tbChild)
if not tbParent then
local o = tbChild or {}