mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-06 06:11:45 +00:00
NoFilter attribute no longer matters
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace SabreTools.Data.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Marks a key as unable to be filtered on
|
||||
/// </summary>
|
||||
[System.AttributeUsage(System.AttributeTargets.Field)]
|
||||
public class NoFilterAttribute : System.Attribute { }
|
||||
}
|
||||
Reference in New Issue
Block a user