mirror of
https://github.com/modernuo/ModernUO
synced 2026-08-11 22:23:06 -04:00
9 lines
153 B
C#
9 lines
153 B
C#
using System;
|
|
|
|
namespace Server.Misc
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class DispellableFieldAttribute : Attribute
|
|
{
|
|
}
|
|
}
|