ModernUO/Projects/Scripts/Misc/DispellableAttribute.cs
2019-08-02 18:16:11 -07:00

9 lines
No EOL
147 B
C#

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