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

18 lines
226 B
C#
Raw Normal View History

2024-05-12 17:03:20 +00:00
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System;
using System.Numerics;
namespace Rokojori
{
public class JSONAlwaysProcessable: System.Attribute
{
}
}