forked from Shardstone/trail-into-darkness
Some renaming and added more settings
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Jovian.InspectorTools;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -13,8 +14,9 @@ namespace Nox.Game {
|
||||
|
||||
[Serializable]
|
||||
public sealed class PerkDefinition {
|
||||
public Guid id;
|
||||
public string name;
|
||||
[ReadOnly]
|
||||
public Guid id;
|
||||
public ModifiersData modifiers = new ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user