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