public TimeOfDay() { Hour = 1; Day = 1; Month = 1; Year = 1; BaseChronology = new Chronology(); }
public GaiaTemplate() { ChronologicalSystem = new Chronology(); CelestialBodies = new HashSet <ICelestial>(); }