implement new armors

This commit is contained in:
2026-05-10 00:24:53 +03:30
parent 5e023fa6cd
commit 8b1da4b522
11 changed files with 117 additions and 29 deletions
@@ -11,6 +11,8 @@ public interface Entity {
void takeDamage(int damage);
void takeDamage(int damage, Entity target);
int getHP();
void setHP(int hp);