/// <summary> /// Initializes a new instance of the <see cref="ObjectManager"/> class. /// </summary> protected ObjectManager() { this.gameObjects = new NetworkObjectList(); this.serializables = new List <T>(); }