Files
Library/OwnChar/Data/Providers/JsonFile/Model/JsonPropCat.cs
2024-06-11 06:59:34 +02:00

8 lines
123 B
C#

using OwnChar.Model;
namespace OwnChar.Data.Providers.JsonFile.Model;
public class JsonPropCat : PropertyCategory
{
}