commentaar set en getLocation
This commit is contained in:
@@ -115,7 +115,11 @@ public class Worm {
|
||||
// region location
|
||||
//===================================================================================
|
||||
|
||||
|
||||
/**
|
||||
* Return the location of the worm
|
||||
* the location of the worm expresses the place of the worm
|
||||
* in the play area
|
||||
*/
|
||||
public Tuple<Double, Double> getLocation() {
|
||||
return this.location;
|
||||
}
|
||||
|
Reference in New Issue
Block a user