Saturday, 31 January 2026 01:00:43
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user