Example #1
0
 public Find(GvoWorldInfo.CulturalSphere cs, string tooltip_str) : this()
 {
     m_type                     = FindType.CulturalSphere;
     m_info_name                = GvoWorldInfo.GetCulturalSphereString(cs);
     m_cultural_sphere          = cs;
     m_cultural_sphere_tool_tip = tooltip_str;
 }
Example #2
0
 /*-------------------------------------------------------------------------
  *
  * ---------------------------------------------------------------------------*/
 private Find()
 {
     this.m_type                     = FindType.InfoName;
     this.m_data                     = (GvoWorldInfo.Info.Group.Data)null;
     this.m_database                 = (ItemDatabase.Data)null;
     this.m_info_name                = "";
     this.m_lang                     = (string)null;
     this.m_cultural_sphere          = GvoWorldInfo.CulturalSphere.Unknown;
     this.m_cultural_sphere_tool_tip = "";
 }