internal void AddObject(GameObject o) { objects.Add(o); }
internal void RemoveObject(GameObject o) { objects.Remove(o); }