mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
syncing ballistica 1.7.50
This commit is contained in:
parent
dd4dfed507
commit
3047591b10
187 changed files with 9472 additions and 4302 deletions
10
dist/ba_data/python/bacommon/app.py
vendored
10
dist/ba_data/python/bacommon/app.py
vendored
|
|
@ -116,12 +116,12 @@ class AppPlatform(Enum):
|
|||
|
||||
|
||||
class AppVariant(Enum):
|
||||
"""A unique Ballistica build type within a single platform.
|
||||
"""A unique Ballistica build variation within a single platform.
|
||||
|
||||
Each distinct flavor of an app has a unique combination of
|
||||
AppPlatform and AppVariant. Generally platform describes a set of
|
||||
hardware, while variant describes a destination or purpose for the
|
||||
build.
|
||||
Each distinct permutation of an app has a unique combination of
|
||||
:class:`AppPlatform` and ``AppVariant``. Generally platform
|
||||
describes a set of hardware, while variant describes a destination
|
||||
or purpose for the build.
|
||||
"""
|
||||
|
||||
#: Default builds.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue