(WidgetNSA): takes known keys dictionary as argument.

This commit is contained in:
morkt
2016-07-30 22:28:11 +04:00
parent a48bf2599a
commit 92279cf4bf
3 changed files with 4 additions and 4 deletions

View File

@@ -218,7 +218,7 @@ namespace GameRes.Formats.NScripter
public override object GetAccessWidget ()
{
return new GUI.WidgetNSA();
return new GUI.WidgetNSA (KnownKeys);
}
public override object GetCreationWidget ()