Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorofmars committed Dec 9, 2024
1 parent f91155e commit d5ffe7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NNA/Runtime/NNAMeta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace nna
{
public class NNAMeta : ScriptableObject
{
[System.Serializable]
public class Entry { public string Key; public string Value; }

public string AssetName;
Expand All @@ -22,6 +23,6 @@ public class Entry { public string Key; public string Value; }
public string Documentation;
public string DocumentationLink;

public readonly List<Entry> AdditionalProperties = new();
public List<Entry> AdditionalProperties = new();
}
}

0 comments on commit d5ffe7a

Please sign in to comment.