Found the wrong cast

This commit is contained in:
Vegapnk 2024-07-16 18:28:29 +02:00
parent 1e667e2730
commit 1b547094fe
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ namespace RJW_Genes
{
public class HediffComp_ProcessCumbucket : HediffComp
{
public HediffsCompProperties_ProcessCumbucketMTB Props
{
get

View file

@ -11,7 +11,7 @@ namespace RJW_Genes
{
public HediffsCompProperties_ProcessCumbucketMTB()
{
this.compClass = typeof(HediffsCompProperties_ProcessCumbucketMTB);
this.compClass = typeof(HediffComp_ProcessCumbucket);
}
public override IEnumerable<string> ConfigErrors(HediffDef parentDef)