Improved some Documentation, closes #32

This commit is contained in:
Vegapnk 2023-04-30 10:06:53 +02:00
parent c039ae1e3b
commit 4c738e3035
4 changed files with 12 additions and 3 deletions

View file

@ -16,6 +16,8 @@ namespace RJW_Genes
/// <summary>
/// Executed via PawnGenerator.GenerateGenes at Pawn generation
/// Allows for execution of code that should only happen during PawnGeneration
///
/// This has an accompanying patch `Patch_AddNotifyOnGeneration.cs`.
/// </summary>
public virtual void Notify_OnPawnGeneration()
{