8 lines
123 B
C#
8 lines
123 B
C#
using OwnChar.Model;
|
|
|
|
namespace OwnChar.Data.Providers.JsonFile.Model;
|
|
|
|
public class JsonPropCat : PropertyCategory
|
|
{
|
|
}
|