Skip to content

Commit

Permalink
Add import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed May 15, 2024
1 parent 57f2bf3 commit 7976323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ All values are optional when creating a class and have the proper defaults.
#### Reading values

```python
import rlbot_flatbuffers as flat

def handle_packet(packet: flat.GameTickPacket):
if packet.game_info.game_state_type not in {
flat.GameStateType.Active,
Expand Down

0 comments on commit 7976323

Please sign in to comment.