mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Flying Shine resource archive.
This commit is contained in:
15
ArcFormats/CreatePDWidget.xaml.cs
Normal file
15
ArcFormats/CreatePDWidget.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for CreatePDWidget.xaml
|
||||
/// </summary>
|
||||
public partial class CreatePDWidget : Grid
|
||||
{
|
||||
public CreatePDWidget ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user