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

@@ -284,11 +284,9 @@ namespace GameRes.Formats
return widget.GetKey();
}
public override ResourceOptions GetOptions ()
public override object GetAccessWidget ()
{
return new ResourceOptions {
Widget = new GUI.WidgetINT (Settings.Default.INTEncryption ?? new IntEncryptionInfo())
};
return new GUI.WidgetINT (Settings.Default.INTEncryption ?? new IntEncryptionInfo());
}
}
}