Files
mixtape/zero.Core/Renderer/Options/AbstractFieldOptions.cs
T

12 lines
157 B
C#
Raw Normal View History

2020-05-29 14:33:20 +02:00
using System;
using System.Collections.Generic;
using System.Text;
2020-04-29 16:02:01 +02:00
2020-05-29 14:33:20 +02:00
namespace zero.Core.Renderer.Options
2020-04-29 16:02:01 +02:00
{
2020-05-29 14:33:20 +02:00
public class AbstractFieldOptions
2020-04-29 16:02:01 +02:00
{
2020-05-20 15:16:02 +02:00
2020-04-29 16:02:01 +02:00
}
}