props/Props-Modules/Props.Shop/Adafruit/Configuration.cs
Harrison Deng e0756e0967 Made progress on implementing some shops.
Performed some folder restructuring as well.
2021-07-24 00:03:32 -05:00

7 lines
122 B
C#

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