mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
* Services Folder Cleanup * using and VS cleanup of the Mobile folder. * using VS cleanup of Items
4 lines
54 B
C#
4 lines
54 B
C#
namespace Server
|
|
{
|
|
public interface IGem { }
|
|
}
|