7 lines
122 B
C#
7 lines
122 B
C#
namespace Props.Shop.Adafruit
|
|
{
|
|
public class Configuration
|
|
{
|
|
public float Similarity { get; set; }
|
|
}
|
|
} |