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