C# Class ArtemisComm.ShipActionSubPackets.HelmSetWarpSubPacket

Inheritance: ShipAction
显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

Property Type Description

Public Methods

Method Description
GetPacket ( int warpFactor ) : Packet
HelmSetWarpSubPacket ( Stream stream, int index ) : System.IO
HelmSetWarpSubPacket ( int warpFactor ) : System.IO

Method Details

GetPacket() public static method

public static GetPacket ( int warpFactor ) : Packet
warpFactor int
return Packet

HelmSetWarpSubPacket() public method

public HelmSetWarpSubPacket ( Stream stream, int index ) : System.IO
stream System.IO.Stream
index int
return System.IO

HelmSetWarpSubPacket() public method

public HelmSetWarpSubPacket ( int warpFactor ) : System.IO
warpFactor int
return System.IO