public static void AppendTo(this GumpItemProperty g, IGumpWriter disp, List <string> strings) { disp.AppendLayout(GumpItemProperty.LayoutName); disp.AppendLayout(g.Serial); }
public static void AppendTo(this GumpItemProperty g, IGumpWriter disp, List <string> strings) { disp.AppendLayout(Gump.StringToBuffer("itemproperty")); disp.AppendLayout(g.Serial); }