feat: SCP站立回血机制

This commit is contained in:
3cxc
2026-02-12 15:45:00 +08:00
parent 71743ba0f8
commit c99ac3b1b5
4 changed files with 99 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ namespace EasyTools.Events
{
Timing.RunCoroutine(Util.AutoServerBroadcast());
}
if (Config.heal_scp)
{
Timing.RunCoroutine(ScpReal.AutoReal());
}
});
}