C# 클래스 PalringoApi.Networking.PacketHandling.Handlers.GhostedHandler

Handles a "Ghosted" packet
상속: PacketHandler
파일 보기 프로젝트 열기: calico-crusade/PalringoApi

공개 메소드들

메소드 설명
Process ( Packet packet ) : void

What happens when the packet is processed

메소드 상세

Process() 공개 메소드

What happens when the packet is processed
public Process ( Packet packet ) : void
packet Packet
리턴 void