This commit is contained in:
YiHan0621
2025-09-01 17:26:38 +08:00
16 changed files with 256 additions and 5 deletions

View File

@@ -32,7 +32,8 @@ 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, // 允许反击
NoTreatment = 39, // 禁疗
}