mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
updating dummy modules
This commit is contained in:
parent
5109028af7
commit
2174ae566d
6 changed files with 410 additions and 185 deletions
5
dist/dummymodules/_baclassic.py
vendored
5
dist/dummymodules/_baclassic.py
vendored
|
|
@ -45,6 +45,11 @@ def _uninferrable() -> Any:
|
|||
return _not_a_real_variable # type: ignore
|
||||
|
||||
|
||||
def set_stress_testing(testing: bool, player_count: int) -> None:
|
||||
"""(internal)"""
|
||||
return None
|
||||
|
||||
|
||||
def value_test(
|
||||
arg: str, change: float | None = None, absolute: float | None = None
|
||||
) -> float:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue