C# 클래스 ArtemisComm.ShipActionSubPackets.CaptainSelectSubPacket

상속: ShipAction
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CaptainSelectSubPacket ( Stream stream, int index ) : System
CaptainSelectSubPacket ( int targetID ) : System
GetPacket ( int targetID ) : Packet

메소드 상세

CaptainSelectSubPacket() 공개 메소드

public CaptainSelectSubPacket ( Stream stream, int index ) : System
stream Stream
index int
리턴 System

CaptainSelectSubPacket() 공개 메소드

public CaptainSelectSubPacket ( int targetID ) : System
targetID int
리턴 System

GetPacket() 공개 정적인 메소드

public static GetPacket ( int targetID ) : Packet
targetID int
리턴 Packet