implemented Flying Shine resource archive.

This commit is contained in:
morkt
2014-08-14 21:39:51 +04:00
parent 37d9461304
commit d1bde19bb3
10 changed files with 314 additions and 2 deletions

View 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 ();
}
}
}