mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Added documents for Boat, RaceParser and Simulator classes.
#story[828]
This commit is contained in:
@@ -11,7 +11,6 @@ public class Boat {
|
||||
private double speed; // in mm/sec
|
||||
private String boatName, shortName, shorterName;
|
||||
|
||||
// haven't been used so far
|
||||
private Corner lastPassedCorner, headingCorner;
|
||||
|
||||
public Boat(int sourceID, String boatName) {
|
||||
|
||||
Reference in New Issue
Block a user