示例#1
0
 public void Pool(Poolable ins)
 {
 }
示例#2
0
 public Poolable GetPoolable(Poolable prefab)
 {
     return(GetPool(prefab).Get());
 }