mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(WidgetNSA): takes known keys dictionary as argument.
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user