Minor doc update
This commit is contained in:
parent
f79e0728e6
commit
764c4bc387
@ -16,8 +16,9 @@
|
|||||||
|
|
||||||
defmodule Amethyst.API.Game do
|
defmodule Amethyst.API.Game do
|
||||||
@moduledoc """
|
@moduledoc """
|
||||||
This module includes the interface for defining and registering
|
This behaviour should be implemented by any Amethyst Game. It additionally
|
||||||
a game with Amethyst.
|
contains functions that the internal connection handler code uses to more
|
||||||
|
conveniently call a game's callbacks.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@doc """
|
@doc """
|
||||||
|
Loading…
Reference in New Issue
Block a user