ArtemisComm.PacketProcessing.SendToggleAutoBeamsSubPacket C# (CSharp) Method

SendToggleAutoBeamsSubPacket() public method

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