C# Class ArtemisComm.ShipActionSubPackets.CaptainSelectSubPacket

Inheritance: ShipAction
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CaptainSelectSubPacket ( Stream stream, int index ) : System
CaptainSelectSubPacket ( int targetID ) : System
GetPacket ( int targetID ) : Packet

Method Details

CaptainSelectSubPacket() public méthode

public CaptainSelectSubPacket ( Stream stream, int index ) : System
stream Stream
index int
Résultat System

CaptainSelectSubPacket() public méthode

public CaptainSelectSubPacket ( int targetID ) : System
targetID int
Résultat System

GetPacket() public static méthode

public static GetPacket ( int targetID ) : Packet
targetID int
Résultat Packet