EP 0.1.1 Symbolization
This commit is contained in:
11
Convention/[Runtime]/EasySave/Attributes/Attributes.cs
Normal file
11
Convention/[Runtime]/EasySave/Attributes/Attributes.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Convention.EasySave
|
||||
{
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public class EasySaved : Attribute { }
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public class EasySaveIgnored : Attribute { }
|
||||
}
|
Reference in New Issue
Block a user