ModernUO/Projects/UOContent/Misc/DispellableAttribute.cs
2020-08-25 18:00:51 -07:00

9 lines
No EOL
139 B
C#

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