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