luatijiao

hotfix/xiyou/cdn_ziyouZhiBo_ios/1.1.17
miDuoMac 2024-10-11 12:00:55 +08:00
parent a5431a80ba
commit bef66d3753
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 {}