public void Remove(Gameobject go) { gameObjects.Remove(go); go.Unload(); }
public void Add(Gameobject go) { go.Load(); gameObjects.Add(go); }