Skip to content

Commit 1722108

Browse files
committed
Update documentation to include base build information
1 parent 710f65e commit 1722108

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sc2reader/resources.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,12 @@ class Replay(Resource):
6262
#: Total number of frames in this game at 16 frames per second.
6363
frames = int()
6464

65-
#: The SCII game engine build number
65+
#: The SCII client build number
6666
build = int()
6767

68+
#: The SCII game engine build number
69+
base_build = int()
70+
6871
#: The full version release string as seen on Battle.net
6972
release_string = str()
7073

0 commit comments

Comments
 (0)