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