wtf
This commit is contained in:
parent
5839b13980
commit
0fef0069f8
|
@ -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