Xenotype gene error patch

This commit is contained in:
Shabakur 2023-01-23 14:06:06 +01:00
parent 773590c598
commit 43705b9676
4 changed files with 19 additions and 3 deletions

View file

@ -16,6 +16,6 @@ namespace RJW_BGS
public List<string> raceNames;
public List<string> pawnKindNames;
public List<BestialityGeneInheritanceDef> genes;
public String hybridName;
public string hybridName;
}
}