예제 #1
0
 /// <summary>
 /// Is able to intercept and forward these packets, or forward after modifying
 /// </summary>
 /// <param name="packet">Packet to forward</param>
 public void InterceptAndForwardPackets(Userdata.User.UserInputData userInput)
 {
     _packetSender.InterceptAndForwardPackets(userInput);
 }