10 lines
No EOL
165 B
C#
10 lines
No EOL
165 B
C#
using System;
|
|
using Server;
|
|
|
|
namespace Server.Misc
|
|
{
|
|
[AttributeUsage( AttributeTargets.Class )]
|
|
public class DispellableFieldAttribute : Attribute
|
|
{
|
|
}
|
|
} |