mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Improved some Documentation, closes #32
This commit is contained in:
parent
c039ae1e3b
commit
4c738e3035
4 changed files with 12 additions and 3 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue