Merge remote-tracking branch 'origin/Story62_Creating_Game_Loop' into Story62_Creating_Game_Loop

# Conflicts:
#	src/main/java/seng302/gameServer/GameState.java
This commit is contained in:
Peter Galloway
2017-07-20 19:38:07 +12:00
4 changed files with 79 additions and 6 deletions
@@ -66,6 +66,14 @@ public class GameState {
GameState.currentStage = currentStage;
}
public static Double getWindDirection() {
return windDirection;
}
public static Double getWindSpeed() {
return windSpeed;
}
public static void updateBoat(Integer sourceId, BoatActionType actionType) {
switch (actionType) {
case VMG: