diff --git a/apps/amethyst/lib/api/game.ex b/apps/amethyst/lib/api/game.ex index 17c1cc6..0276fe6 100644 --- a/apps/amethyst/lib/api/game.ex +++ b/apps/amethyst/lib/api/game.ex @@ -16,8 +16,9 @@ defmodule Amethyst.API.Game do @moduledoc """ - This module includes the interface for defining and registering - a game with Amethyst. + This behaviour should be implemented by any Amethyst Game. It additionally + contains functions that the internal connection handler code uses to more + conveniently call a game's callbacks. """ @doc """