We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710f65e commit 1722108Copy full SHA for 1722108
sc2reader/resources.py
@@ -62,9 +62,12 @@ class Replay(Resource):
62
#: Total number of frames in this game at 16 frames per second.
63
frames = int()
64
65
- #: The SCII game engine build number
+ #: The SCII client build number
66
build = int()
67
68
+ #: The SCII game engine build number
69
+ base_build = int()
70
+
71
#: The full version release string as seen on Battle.net
72
release_string = str()
73
0 commit comments