Example #1
0
 public GeneralModule(CommandService commandService, ICountryTagService countryTagService, ILeaderPipService leaderPipService)
 {
     this.commandService    = commandService;
     this.countryTagService = countryTagService;
     this.leaderPipService  = leaderPipService;
 }
 public MilitaryLeaderModule(ILeaderPipService leaderPipService)
 {
     this.leaderPipService = leaderPipService;
 }