Beispiel #1
0
 public DeckPracticeResultModel(DeckPracticeType type, PracticeDeckResultFmt fmt, UserInfoModel user_info, Dictionary <int, int> exp_rates_before)
 {
     _type        = type;
     _mission_fmt = fmt.PracticeResult;
     _powup       = fmt.PowerUpData;
     _user_info   = user_info;
     _exps        = new Dictionary <int, ShipExpModel>();
     _SetShipExp(exp_rates_before);
 }
 public MapAreaModel(UserInfoModel user_info, User_StrategyMapFmt strategy_fmt, Dictionary <int, List <Mem_ndock> > ndock_dic, _TankerManager tship_manager)
 {
     this.__Update__(user_info, strategy_fmt, ndock_dic, tship_manager);
 }