Skip to content

Commit d603db6

Browse files
committed
Update spec
1 parent e29d959 commit d603db6

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlbot-flatbuffers-py"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
66
repository = "https://github.com/VirxEC/rlbot_flatbuffers_py"

flatbuffers-schema

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ pynamedmodule! {
165165
name: rlbot_flatbuffers,
166166
classes: [
167167
AirState,
168+
AudioOption,
168169
BallAnchor,
169170
BallBouncinessOption,
170171
BallInfo,
@@ -196,6 +197,7 @@ pynamedmodule! {
196197
ExistingMatchBehavior,
197198
FieldInfo,
198199
Float,
200+
GameEventOption,
199201
GameInfo,
200202
GameMode,
201203
GameSpeedOption,
@@ -212,6 +214,7 @@ pynamedmodule! {
212214
MatchLength,
213215
MatchSettings,
214216
MaxScore,
217+
MaxTimeOption,
215218
MultiBall,
216219
MutatorSettings,
217220
OvertimeOption,

0 commit comments

Comments
 (0)