feat: 硬币抽卡

This commit is contained in:
3cxc
2026-02-12 15:45:47 +08:00
parent c99ac3b1b5
commit 453c90f0c3
2 changed files with 173 additions and 0 deletions

View File

@@ -100,5 +100,9 @@ namespace EasyTools.Configs
[Description("回血量")]
public int heal_scp_x { get; set; } = 2;
/// /////////////////////////////////////////////////
[Description("开启硬币抽卡?")]
public bool coin { get; set; } = true;
}
}