mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
python3.9,removed windows build,kick vote,ban mute commands , rjcd
This commit is contained in:
parent
94bdfb531a
commit
dbe040a017
2453 changed files with 3797 additions and 437553 deletions
6
dist/ba_data/python/bastd/appdelegate.py
vendored
6
dist/ba_data/python/bastd/appdelegate.py
vendored
|
|
@ -8,15 +8,15 @@ from typing import TYPE_CHECKING
|
|||
import ba
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Type, Any, Dict, Callable, Optional
|
||||
from typing import Any, Callable, Optional
|
||||
|
||||
|
||||
class AppDelegate(ba.AppDelegate):
|
||||
"""Defines handlers for high level app functionality."""
|
||||
|
||||
def create_default_game_settings_ui(
|
||||
self, gameclass: Type[ba.GameActivity],
|
||||
sessiontype: Type[ba.Session], settings: Optional[dict],
|
||||
self, gameclass: type[ba.GameActivity],
|
||||
sessiontype: type[ba.Session], settings: Optional[dict],
|
||||
completion_call: Callable[[Optional[dict]], Any]) -> None:
|
||||
"""(internal)"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue