修复ZCGame变量指定
parent
62a0331d44
commit
ec037a3dba
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue