functions 改成utf-8 编码
parent
702ad876a9
commit
3f49477a2a
|
|
@ -1,4 +1,4 @@
|
|||
-- Lua中的继承
|
||||
-- Lua中的继承
|
||||
function Inherit(tbParent, tbChild)
|
||||
if not tbParent then
|
||||
local o = tbChild or {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue