using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NonaBGS.Journal { public class EliteDangerous { /// /// The ingame universe is 1286 years in the future. This is needed to convert dates /// and times to ingame dates and times /// public static readonly int YearOffset = 1286; } }