From 3f49477a2a513efc1c9fb24fedcc6ae533cd2575 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Thu, 29 Sep 2022 10:31:21 +0800 Subject: [PATCH] =?UTF-8?q?functions=20=E6=94=B9=E6=88=90utf-8=20=E7=BC=96?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Common/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Common/functions.lua b/Assets/ManagedResources/~Lua/Common/functions.lua index 272a0bba5e..2c852ecd06 100644 --- a/Assets/ManagedResources/~Lua/Common/functions.lua +++ b/Assets/ManagedResources/~Lua/Common/functions.lua @@ -1,4 +1,4 @@ --- Lua中的继承 +-- Lua中的继承 function Inherit(tbParent, tbChild) if not tbParent then local o = tbChild or {}