ModernUO/Projects/UOContent/Misc/DispellableAttribute.cs
2020-05-09 12:55:56 -07:00

9 lines
No EOL
147 B
C#

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