예제 #1
0
파일: Bundle.cs 프로젝트: Xnovae/MobaClient
 public static void ReturnBundle(Bundle bundle)
 {
     bundle.Reset();
     pool.Enqueue(bundle);
 }