This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace MRCC.Launcher;
|
||||
|
||||
public partial class GameWindow : Window
|
||||
{
|
||||
public GameWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user