Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetPackage ( int shipNumber ) : Packet | ||
SetShipSubPacket ( Stream stream, int index ) : System | ||
SetShipSubPacket ( int shipNumber ) : System |
Initializes a new instance of the SetShipSubPacket class. ship number is 1-based.
|
public static GetPackage ( int shipNumber ) : Packet | ||
shipNumber | int | |
return | Packet |
public SetShipSubPacket ( Stream stream, int index ) : System | ||
stream | Stream | |
index | int | |
return | System |
public SetShipSubPacket ( int shipNumber ) : System | ||
shipNumber | int | The ship number. |
return | System |