コード例 #1
0
ファイル: MainMenuStage.cs プロジェクト: slb1988/agame
        public void ChooseAtmosphereSeriesNext()
        {
            ConfigAtmosphereSeries config = ConfigAtmosphereSeries.LoadFromFileAndDetach(AtmosphereSeriesData.GetPath(AtmosphereSeriesData.GetNextId(this._atmosphereConfigSeriesId)));
            int sceneIdRandomly           = config.GetSceneIdRandomly();

            this.ChooseCloudScene(config, sceneIdRandomly);
        }