props/Props-Modules/Props.Shop/Adafruit/Configuration.cs

7 lines
122 B
C#
Raw Normal View History

namespace Props.Shop.Adafruit
{
public class Configuration
{
public float Similarity { get; set; }
}
}