Completed working boat selection screen.

When a user selects a different boat, it is sent to all other clients and updates accordingly. Boats are all shown with their correct models in game.

#story[1274]
This commit is contained in:
Kusal Ekanayake
2017-09-20 20:46:23 +12:00
parent 7d8a6afa5f
commit 307e79ecfc
12 changed files with 114 additions and 17 deletions
@@ -424,4 +424,8 @@ public class ServerYacht {
public void setBoatType(String boatType) {
this.boatType = boatType;
}
public String getBoatType() {
return boatType;
}
}