From 5a412956cec64cb8438822ba36c031700d3b27e1 Mon Sep 17 00:00:00 2001 From: Reza Date: Sun, 10 May 2026 22:50:56 +0330 Subject: [PATCH] complete --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38a51b0..b6ed040 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ The project strictly follows **Object-Oriented Programming** principles. | Encapsulation | All fields are private; access only via getters/setters | | Method overriding| `specialAbility()`, `attack()`, `takeDamage()` overridden in subclasses | + --- ## 🎮 How to Play