Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
11
Scripts/Misc/IDynamicEnum.cs
Normal file
11
Scripts/Misc/IDynamicEnum.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Server
|
||||
{
|
||||
public interface IDynamicEnum
|
||||
{
|
||||
String Value { get; set; }
|
||||
String[] Values { get; }
|
||||
Boolean IsValid { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user