Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
24
Server/Gumps/ECHandleInput.cs
Normal file
24
Server/Gumps/ECHandleInput.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Server.Network;
|
||||
|
||||
namespace Server.Gumps
|
||||
{
|
||||
public class ECHandleInput : GumpEntry
|
||||
{
|
||||
public ECHandleInput()
|
||||
{
|
||||
}
|
||||
|
||||
public override string Compile()
|
||||
{
|
||||
return String.Format("{{ echandleinput }}");
|
||||
}
|
||||
|
||||
private static byte[] m_LayoutName = Gump.StringToBuffer("echandleinput");
|
||||
|
||||
public override void AppendTo(IGumpWriter disp)
|
||||
{
|
||||
disp.AppendLayout(m_LayoutName);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user