luatijiao
parent
a5431a80ba
commit
bef66d3753
|
|
@ -1,4 +1,4 @@
|
||||||
-- Lua中的继承
|
-- Lua中的继承
|
||||||
function Inherit(tbParent, tbChild)
|
function Inherit(tbParent, tbChild)
|
||||||
if not tbParent then
|
if not tbParent then
|
||||||
local o = tbChild or {}
|
local o = tbChild or {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue