public MapManager(DeckModel deck, MapModel map)
 {
     this._deck    = deck;
     this._map     = map;
     this._maps    = null;
     this._req_map = new Api_req_Map();
     this._cells   = new List <CellModel>();
     this._items   = new List <MapEventItemModel>();
 }
 public MapManager(DeckModel deck, MapModel map, List <MapModel> maps)
 {
     this._deck    = deck;
     this._map     = map;
     this._maps    = maps;
     this._req_map = new Api_req_Map();
     this._cells   = new List <CellModel>();
     this._items   = new List <MapEventItemModel>();
     Comm_UserDatas.Instance.User_trophy.Start_map_count++;
 }
 public Api_req_SortieBattle(Api_req_Map instance)
 {
     this.mapInstance = instance;
     this.init();
 }
예제 #4
0
 public Api_req_SortieBattle(Api_req_Map instance)
 {
     mapInstance = instance;
     init();
 }