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

11 lines
127 B
C#
Raw Normal View History

2024-05-12 17:03:20 +00:00
2026-05-22 12:25:02 +00:00
using Rokojori.Extensions;
2024-05-12 17:03:20 +00:00
namespace Rokojori
{
public class JSONAlwaysProcessable: System.Attribute
{
}
}