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