ModernUO/Scripts/Misc/DispellableAttribute.cs

9 lines
No EOL
147 B
C#

using System;
namespace Server.Misc
{
[AttributeUsage(AttributeTargets.Class)]
public class DispellableAttribute : Attribute
{
}
}