Exemplo n.º 1
0
 public BuildingCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 2
0
 public ItemCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 3
0
 public UpdateModCommand(ICurrentModService currentModService, IModManager modManager)
 {
     _currentModService = currentModService;
     _modManager        = modManager;
 }
Exemplo n.º 4
0
 public WarriorNameTableCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 5
0
 public LuaCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 6
0
 public GimmickCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 7
0
 public AbilityCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 8
0
 public KingdomCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 9
0
 public ScenarioWarriorCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 10
0
 public EpisodeCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 11
0
 public BattleConfigCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 12
0
 public CommitModCommand(ICurrentModService currentModService, IModPatchingService modPatcher)
 {
     _currentModService = currentModService;
     _modPatcher        = modPatcher;
 }
Exemplo n.º 13
0
 public WarriorSkillCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 14
0
 public EventSpeakerCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 15
0
 public BaseWarriorCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 16
0
 public MoveCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 17
0
 public ScenarioPokemonCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }
Exemplo n.º 18
0
 public MaxLinkCommand(ICurrentModService currentModService)
 {
     _currentModService = currentModService;
 }