commentaar variabelen
This commit is contained in:
@@ -22,10 +22,14 @@ public class Worm {
|
||||
// region properties
|
||||
//===================================================================================
|
||||
|
||||
// Location
|
||||
/**
|
||||
* this variable contains the location of the worm (a tuple)
|
||||
*/
|
||||
private Tuple<Double, Double> location;
|
||||
|
||||
// jumping
|
||||
/**
|
||||
* this variable contains the old location of the worm (a tuple)
|
||||
*/
|
||||
private Tuple<Double, Double> oldLocation;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user