From 9ad5255561110b34e7449fc796d3ef7460f8739e Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Fri, 30 Mar 2018 16:46:04 +0200 Subject: [PATCH] fixed facade for update --- OGP1718-Worms/src/worms/facade/Facade.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/OGP1718-Worms/src/worms/facade/Facade.java b/OGP1718-Worms/src/worms/facade/Facade.java index 09e1d55..13d63c7 100644 --- a/OGP1718-Worms/src/worms/facade/Facade.java +++ b/OGP1718-Worms/src/worms/facade/Facade.java @@ -282,6 +282,16 @@ public class Facade implements IFacade { return null; } + /** + * Make the given worm eat a portion of food. + * + * @param worm + */ + @Override + public void eat(Worm worm) { + + } + // /** // * Returns the x-coordinate of the current location of the given worm. // *