修复ZCGame变量指定

pull/1/head
zhangxl 2024-07-12 13:53:25 +08:00
parent 62a0331d44
commit ec037a3dba
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ namespace ZC
public ZCGame(GameObject self) public ZCGame(GameObject self)
{ {
_zcGame = this;
this._self = self; this._self = self;
this.UpdateGame().Forget(); this.UpdateGame().Forget();
} }