ArtemisComm.PacketProcessing.SendSetShipSubPacket C# (CSharp) Method

SendSetShipSubPacket() public method

Sends the set ship sub packet.
public SendSetShipSubPacket ( System.Guid connectionID, int selectedShip ) : void
connectionID System.Guid The connection identifier.
selectedShip int The selected ship. (1-based)
return void
        public void SendSetShipSubPacket(Guid connectionID, int selectedShip)
        {
            Send(connectionID, SetShipSubPacket.GetPackage(selectedShip));

        }

Same methods

PacketProcessing::SendSetShipSubPacket ( int selectedShip ) : void