Add komentare #27

Merged
lgc merged 3 commits from ole into main 2024-12-23 19:49:01 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 0fef0069f8 - Show all commits

View File

@ -31,8 +31,7 @@ public abstract class Player {
public abstract void receiveShoot(Point point);
public abstract
void receiveHit(HitResponse hitResponse);
public abstract void receiveHit(HitResponse hitResponse);
public abstract void shoot(Point point);