rj-action-library/Runtime/Text/JSON/Serializers/JSONAlwaysProcessable.cs

10 lines
99 B
C#

namespace Rokojori
{
public class JSONAlwaysProcessable: System.Attribute
{
}
}