Example #1
0
 public InputManager(NextStationSelector nextStationSelector, NetworkEntityPlaying network)
 {
     this.nextStationSelector = nextStationSelector;
     this.network             = network;
 }
Example #2
0
 public InputManager(NextStationSelector nextStationSelector, NetworkEntityPlaying network)
 {
     this.nextStationSelector = nextStationSelector;
     this.network = network;
 }