Example #1
0
 public InfoHandler(PlanetWarsServer planetWarsServer, WellKnownGames wellKnownGames)
 {
     this.planetWarsServer = planetWarsServer;
     this.wellKnownGames   = wellKnownGames;
 }
 public ManagementController(PlanetWarsServer planetWarsServer, WellKnownGames wellKnownGames)
 {
     this.planetWarsServer = planetWarsServer;
     this.wellKnownGames   = wellKnownGames;
 }