コード例 #1
0
ファイル: Pooling.cs プロジェクト: tungcheng/toolbox
 public void PoolIn(IPoolable item)
 {
     item.Deactive();
     _stack.Push(item);
 }