public static PlayPersistable loadSave(PlaySetup setup) { var store = NGame.context.data.getStore(); var pers = new PlayPersistable(setup); store.Load(Constants.Game.GAME_SLOT_0, pers); return(pers); }
public BirdGenerator(PlaySetup playSetup) { this.playSetup = playSetup; }