ArtemisComm.PacketProcessing.SendToggleRedAlert C# (CSharp) Method

SendToggleRedAlert() public method

public SendToggleRedAlert ( System.Guid connectionID ) : void
connectionID System.Guid
return void
        public void SendToggleRedAlert(Guid connectionID)
        {
            Send(connectionID, ToggleRedAlertSubPacket.GetPacket());
        }
        public void SendToggleShields(Guid connectionID)