mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Added player position, boat speed, boat heading to race view.
#story[1245]
This commit is contained in:
@@ -284,4 +284,8 @@ public class ClientYacht extends Observable {
|
||||
listener.notifyRounding(this, legNumber);
|
||||
}
|
||||
}
|
||||
|
||||
public Double getCurrentVelocity() {
|
||||
return currentVelocity;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user