Saturday, 31 January 2026 01:00:43

This commit is contained in:
2026-01-31 01:00:45 -05:00
parent d9d33f9758
commit 672e91d381
38 changed files with 374 additions and 424 deletions

View File

@@ -12,9 +12,9 @@ public partial class Mook : Enemy
}
public override void ClickCell(Cell CLICKED_CELL)
public override void ClickShield(Shield CLICKED_SHIELD)
{
CLICKED_CELL.Mark(_playerOpponent);
// CLICKED_SHIELD.Mark(_playerOpponent);
_playerOpponent.CheckGoals();
}
}