示例#1
0
 public void DestroyEntity()
 {
     if (entity != null)
     {
         PoolingManager.DestroyPooling(entity);
         entity = null;
     }
 }