From 085c6552353bfac404ffc437e26e9e23f2ff1d9c Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 31 Mar 2026 07:01:09 -0300 Subject: [PATCH] feat: export NPC item list --- Assets Editor/DatEditor.xaml | 11 +- Assets Editor/DatEditor.xaml.cs | 11 +- Assets Editor/NpcExportWindow.xaml | 46 ++++++ Assets Editor/NpcExportWindow.xaml.cs | 205 ++++++++++++++++++++++++++ 4 files changed, 268 insertions(+), 5 deletions(-) create mode 100644 Assets Editor/NpcExportWindow.xaml create mode 100644 Assets Editor/NpcExportWindow.xaml.cs diff --git a/Assets Editor/DatEditor.xaml b/Assets Editor/DatEditor.xaml index 13e4e46..4abbb12 100644 --- a/Assets Editor/DatEditor.xaml +++ b/Assets Editor/DatEditor.xaml @@ -3,8 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:local="clr-namespace:Assets_Editor" xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" - xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" + xmlns:local="clr-namespace:Assets_Editor" xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" + xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" mc:Ignorable="d" Title="DatEditor" Height="880" Width="1220" materialDesign:ShadowAssist.CacheMode="{x:Null}" Loaded="Window_Loaded" @@ -255,7 +255,12 @@ -