ArtemisComm.PacketProcessing.SendToggleAutoBeamsSubPacket C# (CSharp) 메소드

SendToggleAutoBeamsSubPacket() 공개 메소드

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