Files
2026-03-04 10:03:45 +08:00

10 lines
176 B
C#

using System;
namespace Gaia.FullSerializer
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class fsIgnoreAttribute : Attribute
{
}
}