From 90eb4254f26bbd3c4187658162c5955e1cca5b2c Mon Sep 17 00:00:00 2001 From: milimoe Date: Tue, 18 Mar 2025 01:39:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=B8=85?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Desktop/Solutions/EntityCreator/SetConfigName.cs | 4 ++-- Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs | 2 +- Library/Solutions/Novels.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Desktop/Solutions/EntityCreator/SetConfigName.cs b/Desktop/Solutions/EntityCreator/SetConfigName.cs index 2360f77..9648adf 100644 --- a/Desktop/Solutions/EntityCreator/SetConfigName.cs +++ b/Desktop/Solutions/EntityCreator/SetConfigName.cs @@ -1,5 +1,5 @@ -using Milimoe.FunGame.Core.Api.Utility; -using System.ComponentModel; +using System.ComponentModel; +using Milimoe.FunGame.Core.Api.Utility; namespace Milimoe.FunGame.Testing.Desktop.Solutions { diff --git a/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs b/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs index bc76677..778cb48 100644 --- a/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs +++ b/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs @@ -208,7 +208,7 @@ namespace Milimoe.FunGame.Testing.Desktop.Solutions.NovelEditor } } } - + private void SaveButton_Click(object sender, RoutedEventArgs e) { _config.SaveConfig(); diff --git a/Library/Solutions/Novels.cs b/Library/Solutions/Novels.cs index aac7ded..85741bb 100644 --- a/Library/Solutions/Novels.cs +++ b/Library/Solutions/Novels.cs @@ -15,7 +15,7 @@ namespace Milimoe.FunGame.Testing.Solutions { return character.ATK > 20; } - + public static bool 好感度低于50(Character character) { return Likability[character] > 50;