重做杂兵

This commit is contained in:
SoulliesOfficial
2026-05-11 15:22:30 -04:00
parent 59264706c3
commit 2e00676794
49 changed files with 139495 additions and 70824 deletions

View File

@@ -26,6 +26,7 @@ namespace Cielonos.MainGame.Characters
{
base.InitializeSubmodules();
selfTimeSm.coolDownTimers["Attack"] = new Timer(5f);
selfTimeSm.coolDownTimers["NormalAttack"] = new Timer(5f);
selfTimeSm.coolDownTimers["Action"] = new Timer(4f);
selfTimeSm.coolDownTimers["Dodge"] = new Timer(5f);
selfTimeSm.coolDownTimers["Block"] = new Timer(5f);