示例#1
0
 public void Destroy()
 {
     if (PoolCreator != null)
     {
         PoolCreator.Destroy();
     }
     PoolCreator = null;
 }
示例#2
0
            public void Destroy()
            {
                Printf("Destroy proxy player pools");

                if (PoolO != null)
                {
                    PoolO.Destroy();
                }

                if (PoolP != null)
                {
                    PoolP.Destroy();
                }

                PoolP = null;
                PoolO = null;
            }