From ec037a3dba85cd470b3f46928ec46524009aaca8 Mon Sep 17 00:00:00 2001 From: zhangxl <1062808664@qq.com> Date: Fri, 12 Jul 2024 13:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DZCGame=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/DemoGame/GameScript/Hotfix/ZCGame.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/DemoGame/GameScript/Hotfix/ZCGame.cs b/Assets/DemoGame/GameScript/Hotfix/ZCGame.cs index 4d9d29b..ed052c9 100644 --- a/Assets/DemoGame/GameScript/Hotfix/ZCGame.cs +++ b/Assets/DemoGame/GameScript/Hotfix/ZCGame.cs @@ -17,6 +17,7 @@ namespace ZC public ZCGame(GameObject self) { + _zcGame = this; this._self = self; this.UpdateGame().Forget(); }