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."""
# ba_meta require api 6
# (see bombsquadgame.com/apichanges)
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
from __future__ import annotations

View File

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

View File

@ -21,7 +21,7 @@
"""Provides the chosen-one mini-game."""
# 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 typing import TYPE_CHECKING

View File

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

View File

@ -21,7 +21,7 @@
"""DeathMatch game and support classes."""
# 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 typing import TYPE_CHECKING

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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