示例#1
0
 public GameCountry(StaticCountry country) : base(country)
 {
 }
示例#2
0
 public StaticCountry(StaticCountry country)
 {
     Name     = country.Name;
     DataType = country.DataType;
     TagName  = country.TagName;
 }