mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added callback into archive creation method.
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user