mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-12-05 08:09:04 +00:00
执行代码清理
This commit is contained in:
parent
247b8562b7
commit
90eb4254f2
@ -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
|
namespace Milimoe.FunGame.Testing.Desktop.Solutions
|
||||||
{
|
{
|
||||||
|
|||||||
@ -208,7 +208,7 @@ namespace Milimoe.FunGame.Testing.Desktop.Solutions.NovelEditor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SaveButton_Click(object sender, RoutedEventArgs e)
|
private void SaveButton_Click(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
_config.SaveConfig();
|
_config.SaveConfig();
|
||||||
|
|||||||
@ -15,7 +15,7 @@ namespace Milimoe.FunGame.Testing.Solutions
|
|||||||
{
|
{
|
||||||
return character.ATK > 20;
|
return character.ATK > 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool 好感度低于50(Character character)
|
public static bool 好感度低于50(Character character)
|
||||||
{
|
{
|
||||||
return Likability[character] > 50;
|
return Likability[character] > 50;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user