modify
This commit is contained in:
parent
d6eda3fc06
commit
3db8dcc47b
@ -23,7 +23,9 @@ internal static class GameAppStaticMemberReset
|
|||||||
GameApp._event = null;
|
GameApp._event = null;
|
||||||
GameApp._fsm = null;
|
GameApp._fsm = null;
|
||||||
GameApp._localization = null;
|
GameApp._localization = null;
|
||||||
|
#if ALICIZAX_NETWORK
|
||||||
GameApp._network = null;
|
GameApp._network = null;
|
||||||
|
#endif
|
||||||
GameApp._objectPool = null;
|
GameApp._objectPool = null;
|
||||||
GameApp._resource = null;
|
GameApp._resource = null;
|
||||||
GameApp._scene = null;
|
GameApp._scene = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user