1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-07 16:47:45 +00:00
EXDSchema/SchemaValidator/Util/StringToEnumCamelCaseConverter.cs

8 lines
142 B
C#
Raw Normal View History

using Newtonsoft.Json.Converters;
namespace SchemaValidator.Util;
public class StringToEnumCamelCaseConverter : StringEnumConverter
{
}