Exemplo n.º 1
0
 void OnDestroy()
 {
     pools    = null;
     Instance = null;
 }
Exemplo n.º 2
0
 void Initialize()
 {
     PoolManager.Initialize(pools);
     onPoolReady?.Execute();
 }
Exemplo n.º 3
0
 void Awake()
 {
     pools    = new Dictionary <string, Pool>();
     Instance = this;
 }
Exemplo n.º 4
0
 void Initialize()
 {
     PoolManager.Initialize(pools);
 }