Set up starting new game

This commit is contained in:
2026-05-14 22:59:26 +03:30
parent b03aad9420
commit 0e04d8a1a2
34 changed files with 178 additions and 39 deletions
@@ -2,7 +2,7 @@ package org.project.entity;
public interface Entity {
public void specialAbility(Entity target);
void specialAbility(Entity target);
void defend();