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
@@ -10,12 +10,12 @@ public class PhaseAssault : BattlePhase {
public PhaseAssault(BattleSimulator simulator) : base(simulator) { }
public override void StartPhase() {
throw new System.NotImplementedException();
// throw new System.NotImplementedException();
}
public override void UpdatePhase() {
throw new System.NotImplementedException();
// throw new System.NotImplementedException();
}
public override void QuitPhase() {
throw new System.NotImplementedException();
// throw new System.NotImplementedException();
}
}