Exemplo n.º 1
0
 public override void Process(NetState ns)
 {
     Console.WriteLine("Executing Logged Send: " + ActualPacketType);
     ns.SendSimulatedPacket(this);
 }
Exemplo n.º 2
0
 public override void Process(NetState ns)
 {
     Console.WriteLine("Executing Logged Send: " + ActualPacketType);
     ns.SendSimulatedPacket(this);
 }