Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
9
Scripts/Misc/DispellableAttribute.cs
Normal file
9
Scripts/Misc/DispellableAttribute.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Server.Misc
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class DispellableAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user