using SS14.Shared.GameObjects; using System.Collections.Generic; namespace SS14.Client.Utility { class RobustSortedDrawing { private List _entities; public void AddEntity() { } public void RemoveEntity() { } public void Draw() { //var sortedEnts = from x in _entities // group x. } } }