Ejemplo n.º 1
0
 public GameCountry(StaticCountry country) : base(country)
 {
 }
Ejemplo n.º 2
0
 public StaticCountry(StaticCountry country)
 {
     Name     = country.Name;
     DataType = country.DataType;
     TagName  = country.TagName;
 }