Example #1
0
 private void Awake()
 {
     pool = ObjPooler.instancia;
 }
Example #2
0
 private void Awake()
 {
     Instance = this;
 }
Example #3
0
 private void Awake()
 {
     pooler = this;
 }