mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2026-06-18 19:25:57 +00:00
14 lines
340 B
C#
14 lines
340 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace RJW_Genes
|
|
{
|
|
public class VGEHybridOffspringDefs : Verse.Def
|
|
{
|
|
public List<Verse.PawnKindDef> SupportedParentKindDefs;
|
|
public List<Verse.PawnKindDef> PossibleHybridChildKindDefs;
|
|
}
|
|
}
|