Example #1
0
 public TMRsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #2
0
 public ExpeditionsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #3
0
 public JobsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public MissionsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public EnhancementsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public UnitEntriesController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #7
0
 public SummonBoardsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public RecipesController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public RegionsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #10
0
 public LimitburstsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public DungeonsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #12
0
 public SkillsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #13
0
 public GamesController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public EquipmentTypesController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #15
0
 public ItemsController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
 public MogkingController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }
Example #17
0
 public MateriasController(FFBEContext ffbeContext)
 {
     _ffbeContext = ffbeContext;
 }