Player Class completed, built subclasses and completed first implements and constructors.

This commit is contained in:
2026-05-07 22:28:59 +03:30
parent 78d4bedb08
commit 1316727c85
6 changed files with 99 additions and 7 deletions
@@ -1,6 +1,7 @@
package org.project.entity;
public interface Entity {
void attack(Entity target);
void defend();