public SpaceCraft(List <LatLons> pos, CraftInfo specs) { this.positions = pos; this.info = specs; this.time = DateTime.Now; }