private static void DrawDataStructures()
 {
     EntityQuadtree.Draw();
     instance._entityCommunicationHash.Draw();
     RegionManager.Draw();
 }