fixed facade for update

This commit is contained in:
2018-03-30 16:46:04 +02:00
parent 682a63cca1
commit 9ad5255561

View File

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