updated quake minigame

This commit is contained in:
Loup-Garou911XD 2025-09-23 01:14:07 +05:30
parent 549260331c
commit 3fff070f9d
2 changed files with 4 additions and 2 deletions

View file

@ -874,6 +874,7 @@
}
],
"versions": {
"1.1.0": null,
"1.0.2": {
"api_version": 8,
"commit_sha": "da878bf",

View file

@ -1,6 +1,7 @@
# Porting made easier by baport.(https://github.com/bombsquad-community/baport)
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
"""Quake Game Activity"""
# ba_meta require api 8
# ba_meta require api 9
from __future__ import annotations
from typing import TYPE_CHECKING