ModernUO/Scripts/Misc/DispellableAttribute.cs
2018-09-14 08:41:38 -07:00

9 lines
No EOL
145 B
C#

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