API update to 1.6.3 stable

This commit is contained in:
imayushsaini 2021-05-30 02:08:06 +05:30
parent 463bae3913
commit fcd8a94e81
146 changed files with 2254 additions and 510 deletions

View file

@ -25,8 +25,8 @@ from ba._campaign import getcampaign
from ba._messages import PlayerProfilesChangedMessage
from ba._multiteamsession import DEFAULT_TEAM_COLORS, DEFAULT_TEAM_NAMES
from ba._music import do_play_music
from ba._netutils import (master_server_get, master_server_post,
get_ip_address_type)
from ba._net import (master_server_get, master_server_post,
get_ip_address_type, DEFAULT_REQUEST_TIMEOUT_SECONDS)
from ba._powerup import get_default_powerup_distribution
from ba._profile import (get_player_profile_colors, get_player_profile_icon,
get_player_colors)