internal static void Unregister(GUIQuad quad) { _Quads.Remove(quad); }
internal static void Register(GUIQuad quad) { _Quads.Add(quad); }