This commit is contained in:
MuHua-123
2025-07-23 18:01:18 +08:00
parent 8ebd3864c6
commit 5ca97fb0b1
54 changed files with 749 additions and 704 deletions
@@ -18,7 +18,9 @@ public class PhaseInitiative : BattlePhase {
// TODO:需要添加突袭阶段
simulator.Transition(PhaseType.);
// TODO:记录器
Debug.Log("先攻");
string message = "先攻";
BattleQueue.ForEach(obj => message += $" {obj.name}({obj.sequence})");
Debug.Log(message);
}
public override void QuitPhase() {
// throw new System.NotImplementedException();