Network and Frontend #10
|
@ -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