默认无法反击,增加允许反击状态

This commit is contained in:
xianyi
2025-09-01 11:30:21 +08:00
parent 4e05e3d87f
commit 4adfba03f3
9 changed files with 126 additions and 5 deletions

View File

@@ -32,8 +32,7 @@ namespace TcgEngine
Paralysed = 32, //Cant do any actions for X turns
Poisoned = 34, //Lose hp each start of turn
Sleep = 36, //Doesnt untap at the start of turn
Counterattack = 38, // 允许反击
}
/// <summary>