mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
merged with dev
This commit is contained in:
@@ -323,7 +323,7 @@ public class BoatGroup extends Group {
|
|||||||
return boat.getSourceID();
|
return boat.getSourceID();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Wake getWake () {
|
public Group getWake () {
|
||||||
return wake;
|
return wake;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -331,7 +331,7 @@ public class BoatGroup extends Group {
|
|||||||
return lineGroup;
|
return lineGroup;
|
||||||
}
|
}
|
||||||
|
|
||||||
public BoatAnnotations getAnnotations() {
|
public Group getAnnotations() {
|
||||||
return boatAnnotations;
|
return boatAnnotations;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user