mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Merge pull request #397 from Loup-Garou911XD/main
updated quake minigame to api9
This commit is contained in:
commit
f6812ba886
2 changed files with 8 additions and 1 deletions
|
|
@ -874,6 +874,12 @@
|
|||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.1.0": {
|
||||
"api_version": 9,
|
||||
"commit_sha": "3fff070",
|
||||
"released_on": "22-09-2025",
|
||||
"md5sum": "a245b38b3783d3d5a865c94c89974e6f"
|
||||
},
|
||||
"1.0.2": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "da878bf",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue