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