servuo/Scripts/Misc/DispellableAttribute.cs
2013-10-28 07:09:42 +00:00

9 lines
No EOL
147 B
C#

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