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