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

18 lines
226 B
C#

using System.Collections;
using System.Collections.Generic;
using System.Text;
using System;
using System.Numerics;
namespace Rokojori
{
public class JSONAlwaysProcessable: System.Attribute
{
}
}