Add komentare #27
|
@ -31,8 +31,7 @@ public abstract class Player {
|
||||||
|
|
||||||
public abstract void receiveShoot(Point point);
|
public abstract void receiveShoot(Point point);
|
||||||
|
|
||||||
public abstract
|
public abstract void receiveHit(HitResponse hitResponse);
|
||||||
void receiveHit(HitResponse hitResponse);
|
|
||||||
|
|
||||||
public abstract void shoot(Point point);
|
public abstract void shoot(Point point);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue