Begin with this signature: ``` public class [[nameofgame]] extends Minigame ``` then use pop-up help to "Add unimplemented methods." Your handling of Requests and Responses happens in the `handleOtherwise(Request req)` method.
Begin with this signature:
then use pop-up help to "Add unimplemented methods." Your handling of Requests and Responses happens in the
handleOtherwise(Request req)method.