Added MainPathCopyNodeBehaviour

Added README
This commit is contained in:
LadyAliceMargatroid 2024-07-29 19:07:14 -07:00
parent eebf00988e
commit 70f6ce5154
6 changed files with 92 additions and 11 deletions

View file

@ -28,7 +28,7 @@ namespace DunGenPlus {
}
foreach(var e in extenders){
API.AddDunGenExtender(e.DungeonFlow, e);
API.AddDunGenExtender(e);
}
}