Files
MRCC/launcher/MRCC.Launcher/GameWindow.xaml.cs
T

12 lines
161 B
C#

using System.Windows;
namespace MRCC.Launcher;
public partial class GameWindow : Window
{
public GameWindow()
{
InitializeComponent();
}
}