执行代码清理

This commit is contained in:
milimoe 2025-03-18 01:39:26 +08:00
parent 247b8562b7
commit 90eb4254f2
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E
3 changed files with 4 additions and 4 deletions

View File

@ -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
{

View File

@ -208,7 +208,7 @@ namespace Milimoe.FunGame.Testing.Desktop.Solutions.NovelEditor
}
}
}
private void SaveButton_Click(object sender, RoutedEventArgs e)
{
_config.SaveConfig();

View File

@ -15,7 +15,7 @@ namespace Milimoe.FunGame.Testing.Solutions
{
return character.ATK > 20;
}
public static bool 50(Character character)
{
return Likability[character] > 50;