1 2 3 4 5 6 7 8
export enum NorthstarState { GAME_NOT_FOUND, INSTALL, INSTALLING, MUST_UPDATE, UPDATING, READY_TO_PLAY }