From 764c4bc387949741290713febf39179c8c7d851b Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 17 Sep 2024 20:01:44 +0200 Subject: [PATCH] Minor doc update --- apps/amethyst/lib/api/game.ex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 """