feat: 回合结束友伤

This commit is contained in:
3cxc
2026-02-12 23:44:59 +08:00
parent 0777192d57
commit 86367839ac
2 changed files with 10 additions and 0 deletions

View File

@@ -102,5 +102,9 @@ namespace EasyTools.Configs
/// /////////////////////////////////////////////////
[Description("开启硬币抽卡?")]
public bool Coin { get; set; } = true;
/// /////////////////////////////////////////////////
[Description("开启回合结束友伤?")]
public bool EnableFriendFire { get; set; } = true;
}
}