ArtemisComm.PacketProcessing.SendToggleShields C# (CSharp) Method

SendToggleShields() public method

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