Added UI for DunGenExtender
Made DevOnly fields readonly
This commit is contained in:
parent
894645d85c
commit
32cebc67d6
12 changed files with 295 additions and 41 deletions
|
@ -33,6 +33,7 @@ namespace DunGenPlus {
|
|||
public PropertyOverride<List<GraphLine>> Lines = new PropertyOverride<List<GraphLine>>(false, new List<GraphLine>());
|
||||
|
||||
[Header("DEV ONLY: DON'T TOUCH")]
|
||||
[Attributes.ReadOnly]
|
||||
public string Version = "0";
|
||||
|
||||
public static IntRange GetLength(MainPathExtender extender, DungeonFlow flow) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue