mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Used IDK cause there is a modder named unkown
This commit is contained in:
parent
9ec7242e93
commit
6e7940753c
7 changed files with 39 additions and 74 deletions
|
|
@ -16,11 +16,11 @@ if TYPE_CHECKING:
|
|||
from typing import Any, List, Type, Optional
|
||||
|
||||
|
||||
# def ba_get_api_version():
|
||||
# return 6
|
||||
def ba_get_api_version():
|
||||
return 8
|
||||
|
||||
def ba_get_levels():
|
||||
return [babase._level.Level(
|
||||
return [bs._level.Level(
|
||||
'Bot Chase', gametype=BotChaseGame,
|
||||
settings={},
|
||||
preview_texture_name='footballStadiumPreview')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue