9 lines
147 B
C#
9 lines
147 B
C#
using System;
|
|
|
|
namespace Server.Misc
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class DispellableAttribute : Attribute
|
|
{
|
|
}
|
|
} |