ArtemisComm.ShipActionSubPackets.ShipAction.ShipAction C# (CSharp) Method

ShipAction() public method

public ShipAction ( ShipActionSubPacketType actionType, int value ) : System
actionType ShipActionSubPacketType
value int
return System
        public ShipAction(ShipActionSubPacketType actionType, int value)
        {
            ActionType = actionType;
            Value = value;
        }
        public ShipAction(Stream stream, int index)

Same methods

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