mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
sync changes with master
This commit is contained in:
parent
03034e4aa0
commit
de0199ad50
178 changed files with 2191 additions and 1481 deletions
4
dist/ba_data/python/bacommon/assets.py
vendored
4
dist/ba_data/python/bacommon/assets.py
vendored
|
|
@ -5,7 +5,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass, field
|
||||
from typing import TYPE_CHECKING, Optional, Annotated
|
||||
from typing import TYPE_CHECKING, Annotated
|
||||
from enum import Enum
|
||||
|
||||
from efro.dataclassio import ioprepped, IOAttrs
|
||||
|
|
@ -57,4 +57,4 @@ class AssetPackageBuildState:
|
|||
# Build error string. If this is present, it should be presented
|
||||
# to the user and they should required to explicitly restart the build
|
||||
# in some way if desired.
|
||||
error: Annotated[Optional[str], IOAttrs('e')] = None
|
||||
error: Annotated[str | None, IOAttrs('e')] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue