X-Git-Url: http://nitlanguage.org diff --git a/contrib/nitrpg/src/game.nit b/contrib/nitrpg/src/game.nit index 9de4887..89c9655 100644 --- a/contrib/nitrpg/src/game.nit +++ b/contrib/nitrpg/src/game.nit @@ -273,11 +273,7 @@ interface GameReactor # # Concrete `GameReactor` implement this method to update game data # for each specific GithubEvent. - # - # By default, only logs received events. - fun react_event(game: Game, event: GithubEvent) do - game.message(1, "Received event {event} for {game.repo.full_name}") - end + fun react_event(game: Game, event: GithubEvent) is abstract end # utils