///<summary> ///Create a new Weather. It must be linked to a Element. ///</summary> public Weather(Universe universe) : base(universe) { }