init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Framework.Util
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.All)]
|
||||
public class ProtectedAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user