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

10 lines
99 B
C#
Raw Normal View History

2024-05-12 17:03:20 +00:00
namespace Rokojori
{
public class JSONAlwaysProcessable: System.Attribute
{
}
}