// Author: Gockner, Simon // Created: 2021-04-09 // Copyright(c) 2021 SimonG. All Rights Reserved. using System.Xml.Serialization; namespace Lib.Driver.Xml { [XmlRoot("Knob")] public class XmlKnob { } }