ArtemisComm.ShipAction3SubPackets.HelmSetSteeringSubPacket.HelmSetSteeringSubPacket C# (CSharp) Method

HelmSetSteeringSubPacket() public method

public HelmSetSteeringSubPacket ( Stream stream, int index ) : System
stream Stream
index int
return System
        public HelmSetSteeringSubPacket(Stream stream, int index)
            : base(stream, index)
        {

        }
        public float TurnValue { get; set; }

Same methods

HelmSetSteeringSubPacket::HelmSetSteeringSubPacket ( float turnValue ) : System