mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
9 lines
No EOL
147 B
C#
9 lines
No EOL
147 B
C#
using System;
|
|
|
|
namespace Server.Misc
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class DispellableAttribute : Attribute
|
|
{
|
|
}
|
|
} |