Used IDK cause there is a modder named unkown

This commit is contained in:
brostosjoined 2024-02-03 23:33:52 +03:00
parent 9ec7242e93
commit 6e7940753c
7 changed files with 39 additions and 74 deletions

View file

@ -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')]