Add komentare #27
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue