Esempio n. 1
0
        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);
        }
Esempio n. 2
0
 public BirdGenerator(PlaySetup playSetup)
 {
     this.playSetup = playSetup;
 }