Example #1
0
 private void Awake()
 {
     currentInstance = this;
     InitializePool();
 }
 void Awake()
 {
     currentInstance = this;
 }