Exemplo n.º 1
0
 public void StationPassengers(Station station)
 {
     setupAndSend(RpcCallSenderProcessorFactory.StationPassengers(station));
 }
Exemplo n.º 2
0
 public void EndPoints(GamePoints points)
 {
     setupAndSend(RpcCallSenderProcessorFactory.EndPoints(points));
 }
Exemplo n.º 3
0
 public void RouteUpdate(Station station)
 {
     setupAndSend(RpcCallSenderProcessorFactory.RouteUpdate(station));
 }
Exemplo n.º 4
0
 public void MapLoaded()
 {
     setupAndSend(RpcCallSenderProcessorFactory.MapLoaded());
 }
Exemplo n.º 5
0
 public void Play()
 {
     setupAndSend(RpcCallSenderProcessorFactory.Play());
 }
Exemplo n.º 6
0
 public void RemovePlayer(NetworkPlayer toRemove)
 {
     setupAndSend(RpcCallSenderProcessorFactory.RemovePlayer(toRemove));
 }
Exemplo n.º 7
0
 public void AddPlayer()
 {
     setupAndSend(RpcCallSenderProcessorFactory.AddPlayer());
 }