first commit
This commit is contained in:
11
Nitrox.Launcher/Views/CreateServerModal.axaml.cs
Normal file
11
Nitrox.Launcher/Views/CreateServerModal.axaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Nitrox.Launcher.Views.Abstract;
|
||||
|
||||
namespace Nitrox.Launcher.Views;
|
||||
|
||||
public partial class CreateServerModal : ModalBase
|
||||
{
|
||||
public CreateServerModal()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user