Skip to content

Instantly share code, notes, and snippets.

@dnoiz1
dnoiz1 / pilot.js
Created February 18, 2012 05:11 — forked from deoxxa/pilot.js
pilot object
var Pilot = function(data) {
this.charID = 0;
this.charName = null;
this.solarSystemID = null;
this.solarSystemName = null;
this.shipTypeID = null;
this.shipTypeName = null;
this.shipID = null;
this.shipName = null;
this.stationID = null;