예제 #1
0
 protected void ReturnToQueue(PoolMonoBehaviour o)
 {
     poolQueue.Enqueue(o as T);
 }
예제 #2
0
 private void Awake()
 {
     poolMono = GetComponent <PoolMonoBehaviour>();
 }