add shoot to OnlinePlayer_1_1_0.java
This commit is contained in:
parent
43545afb45
commit
2160b5d410
|
@ -83,4 +83,9 @@ public class OnlinePlayer_1_1_0 extends OnlinePlayer {
|
||||||
this.haseReceivedCoin = true;
|
this.haseReceivedCoin = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public synchronized void shoot(Point point) {
|
||||||
|
super.socket.send(new SocketPackage("SHOOT", point.toString()));
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue