Exemplo n.º 1
0
 public string GetGovernmentTitle()
 {
     return(Government.GetDescription(Planet_Reference.government_title));
 }
Exemplo n.º 2
0
 public string GetGovernmentDescription()
 {
     return(Government.GetDescription(Planet_Reference.government_description));
 }