mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
syncing changes from ballistica/master
This commit is contained in:
parent
2a07c0c840
commit
8913080562
227 changed files with 15756 additions and 12772 deletions
4
dist/ba_data/python/baclassic/osmusic.py
vendored
4
dist/ba_data/python/baclassic/osmusic.py
vendored
|
|
@ -16,6 +16,8 @@ from baclassic._music import MusicPlayer
|
|||
if TYPE_CHECKING:
|
||||
from typing import Callable, Any
|
||||
|
||||
import bauiv1
|
||||
|
||||
|
||||
class OSMusicPlayer(MusicPlayer):
|
||||
"""Music player that talks to internal C++ layer for functionality.
|
||||
|
|
@ -39,7 +41,7 @@ class OSMusicPlayer(MusicPlayer):
|
|||
callback: Callable[[Any], None],
|
||||
current_entry: Any,
|
||||
selection_target_name: str,
|
||||
) -> Any:
|
||||
) -> bauiv1.MainWindow:
|
||||
# pylint: disable=cyclic-import
|
||||
from bauiv1lib.soundtrack.entrytypeselect import (
|
||||
SoundtrackEntryTypeSelectWindow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue