Exemplo n.º 1
0
 public void Save(Filer type)
 {
     type.wrInt(2);
     type.wrInt(x);
     type.wrInt(y);
     type.wrInt(r);
     type.wrString(name);
 }
Exemplo n.º 2
0
 public void Save(Filer type)
 {
     type.wrInt(4);
     type.wrInt(x);
     type.wrInt(y);
     type.wrInt(side);
     type.wrString(name);
 }
Exemplo n.º 3
0
 public void Save(Filer type)
 {
     type.wrInt(3);
     type.wrInt(x);
     type.wrInt(y);
     type.wrInt(width);
     type.wrInt(height);
     type.wrString(name);
 }
Exemplo n.º 4
0
 public void Save(Filer type)
 {
     type.wrInt(1);
     type.wrInt(x1);
     type.wrInt(y1);
     type.wrInt(x2);
     type.wrInt(y2);
     type.wrString(name);
 }