added note for bs_meta tags

This commit is contained in:
Eric Froemling 2020-03-20 16:38:29 -07:00
parent 569ebb8c26
commit 7fe0b3a1dc
15 changed files with 15 additions and 15 deletions

View File

@ -21,7 +21,7 @@
"""Defines assault minigame.""" """Defines assault minigame."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Defines a capture-the-flag game.""" """Defines a capture-the-flag game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Provides the chosen-one mini-game.""" """Provides the chosen-one mini-game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations
from typing import TYPE_CHECKING from typing import TYPE_CHECKING

View File

@ -21,7 +21,7 @@
"""Provides the Conquest game.""" """Provides the Conquest game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""DeathMatch game and support classes.""" """DeathMatch game and support classes."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations
from typing import TYPE_CHECKING from typing import TYPE_CHECKING

View File

@ -21,7 +21,7 @@
"""Provides an easter egg hunt game.""" """Provides an easter egg hunt game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Elimination mini-game.""" """Elimination mini-game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Implements football games (both co-op and teams varieties).""" """Implements football games (both co-op and teams varieties)."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Hockey game and support classes.""" """Hockey game and support classes."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Defines a keep-away game type.""" """Defines a keep-away game type."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Defines the King of the Hill game.""" """Defines the King of the Hill game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Defines a bomb-dodging mini-game.""" """Defines a bomb-dodging mini-game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Provides Ninja Fight mini-game.""" """Provides Ninja Fight mini-game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Defines Race mini-game.""" """Defines Race mini-game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations

View File

@ -21,7 +21,7 @@
"""Implements Target Practice game.""" """Implements Target Practice game."""
# ba_meta require api 6 # ba_meta require api 6
# (see bombsquadgame.com/apichanges) # (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations from __future__ import annotations