12 lines
202 B
C#
12 lines
202 B
C#
using Nitrox.Launcher.Views.Abstract;
|
|
|
|
namespace Nitrox.Launcher.Views;
|
|
|
|
public partial class CreateServerModal : ModalBase
|
|
{
|
|
public CreateServerModal()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|