From 4da6bf97f3378e7a87d7adfab668f258de456dd4 Mon Sep 17 00:00:00 2001 From: Leen Dereu Date: Thu, 8 Mar 2018 19:14:31 +0100 Subject: [PATCH] commentaar variabelen --- OGP1718-Worms/src/worms/model/Worm.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/OGP1718-Worms/src/worms/model/Worm.java b/OGP1718-Worms/src/worms/model/Worm.java index 76d543f..84013bc 100644 --- a/OGP1718-Worms/src/worms/model/Worm.java +++ b/OGP1718-Worms/src/worms/model/Worm.java @@ -22,10 +22,14 @@ public class Worm { // region properties //=================================================================================== - // Location + /** + * this variable contains the location of the worm (a tuple) + */ private Tuple location; - // jumping + /** + * this variable contains the old location of the worm (a tuple) + */ private Tuple oldLocation; /**