mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
17 lines
No EOL
422 B
C#
17 lines
No EOL
422 B
C#
using Verse;
|
|
|
|
namespace RJW_Genes
|
|
{
|
|
public class AgeTransferExtension : DefModExtension
|
|
{
|
|
/// <summary>
|
|
/// Amount by which the Biological Age Ticks will be changed.
|
|
/// </summary>
|
|
public int ageTickChange;
|
|
|
|
/// <summary>
|
|
/// Minimum Age for youthing to take place - pawns cannot end up underaged.
|
|
/// </summary>
|
|
public int minAgeInYears;
|
|
}
|
|
} |