mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
1.6.10 update
This commit is contained in:
parent
81485da646
commit
240155bce3
37 changed files with 809 additions and 350 deletions
4
dist/ba_data/python/bacommon/assets.py
vendored
4
dist/ba_data/python/bacommon/assets.py
vendored
|
|
@ -38,8 +38,8 @@ class AssetType(Enum):
|
|||
@dataclass
|
||||
class AssetPackageFlavorManifest:
|
||||
"""A manifest of asset info for a specific flavor of an asset package."""
|
||||
assetfiles: Annotated[dict[str, str],
|
||||
IOAttrs('assetfiles')] = field(default_factory=dict)
|
||||
cloudfiles: Annotated[dict[str, str],
|
||||
IOAttrs('cloudfiles')] = field(default_factory=dict)
|
||||
|
||||
|
||||
@ioprepped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue