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

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

public ShipAction3 ( ShipAction3SubPacketType actionType, float value1, float value2 ) : System
actionType ShipAction3SubPacketType
value1 float
value2 float
Результат System
        public ShipAction3(ShipAction3SubPacketType actionType, float value1, float value2)
        {
            ActionType = actionType;
            Value1 = value1;
            Value2 = value2;
        }
        public ShipAction3(Stream stream, int index)

Same methods

ShipAction3::ShipAction3 ( Stream stream, int index ) : System