fixed facade for update
This commit is contained in:
@@ -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.
|
||||
// *
|
||||
|
Reference in New Issue
Block a user