9 lines
156 B
C#
9 lines
156 B
C#
using System;
|
|
|
|
namespace Kreta.Framework.Util
|
|
{
|
|
[AttributeUsage(AttributeTargets.All)]
|
|
public class ProtectedAttribute : Attribute
|
|
{
|
|
}
|
|
}
|