We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f2bf3 commit 7976323Copy full SHA for 7976323
1 file changed
README.md
@@ -56,6 +56,8 @@ All values are optional when creating a class and have the proper defaults.
56
#### Reading values
57
58
```python
59
+import rlbot_flatbuffers as flat
60
+
61
def handle_packet(packet: flat.GameTickPacket):
62
if packet.game_info.game_state_type not in {
63
flat.GameStateType.Active,
0 commit comments