ArtemisComm.ShipAction3SubPackets.HelmSetSteeringSubPacket.HelmSetSteeringSubPacket C# (CSharp) Метод

HelmSetSteeringSubPacket() публичный Метод

public HelmSetSteeringSubPacket ( Stream stream, int index ) : System
stream Stream
index int
Результат System
        public HelmSetSteeringSubPacket(Stream stream, int index)
            : base(stream, index)
        {

        }
        public float TurnValue { get; set; }

Same methods

HelmSetSteeringSubPacket::HelmSetSteeringSubPacket ( float turnValue ) : System