rokojori_action_library/Runtime/Text/JSON/Serializers/JSONAlwaysProcessable.cs

11 lines
127 B
C#

using Rokojori.Extensions;
namespace Rokojori
{
public class JSONAlwaysProcessable: System.Attribute
{
}
}