Ejemplo n.º 1
0
 public Building Parse(string html)
 {
     return((Building)_parser.Parse(html));
 }
Ejemplo n.º 2
0
 public Defence Parse(string html)
 {
     return((Defence)_parser.Parse(html));
 }
Ejemplo n.º 3
0
 public Research Parse(string html)
 {
     return((Research)_parser.Parse(html));
 }
Ejemplo n.º 4
0
 public Resource Parse(string html)
 {
     return((Resource)_parser.Parse(html));
 }
Ejemplo n.º 5
0
 public Fleet Parse(string html)
 {
     return((Fleet)_parser.Parse(html));
 }