Exemplo n.º 1
0
 public Game(
     DiContainer container,
     IScenes scenes,
     Input input)
 {
     this.input     = input;
     this.scenes    = scenes;
     this.container = container;
 }
Exemplo n.º 2
0
 internal Main(Lazy <MainView> view, IScenes scenes, IEnumerable <IPlanet> planets)
 {
     this.view    = view;
     this.scenes  = scenes;
     this.planets = planets;
 }