mirror of
https://gitee.com/cssfw/EasyTools.git
synced 2026-03-28 12:01:36 +08:00
feat: SCP站立回血机制
This commit is contained in:
@@ -58,6 +58,11 @@ namespace EasyTools.Events
|
||||
{
|
||||
Timing.RunCoroutine(Util.AutoServerBroadcast());
|
||||
}
|
||||
|
||||
if (Config.heal_scp)
|
||||
{
|
||||
Timing.RunCoroutine(ScpReal.AutoReal());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user