added callback into archive creation method.

This commit is contained in:
morkt
2014-07-27 03:37:51 +04:00
parent c13b9bb12e
commit 08b8e8a46b
9 changed files with 211 additions and 81 deletions

View File

@@ -273,11 +273,9 @@ namespace GameRes.Formats
return table;
}
public override ResourceOptions GetOptions ()
public override object GetAccessWidget ()
{
return new ResourceOptions {
Widget = new GUI.WidgetNPA()
};
return new GUI.WidgetNPA();
}
NpaTitleId QueryGameEncryption ()