void OnDestroy() { foreach (Chunk t in DrawList) { if (t.ID == -1) { t.Release(); } } Pool.Dispose(); }