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. // *