feat: Standardizes South/East selection gumps (#1839)
This commit is contained in:
parent
279b10dd0f
commit
2e08eda8cb
21 changed files with 263 additions and 520 deletions
8
Projects/UOContent/Items/Deeds/IDirectionAddonDeed.cs
Normal file
8
Projects/UOContent/Items/Deeds/IDirectionAddonDeed.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Server.Items;
|
||||
|
||||
public interface IDirectionAddonDeed : IEntity
|
||||
{
|
||||
public bool East { get; set; }
|
||||
|
||||
public void SendTarget(Mobile m);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue