Skip to content

Commit de1e026

Browse files
committed
Update schema
1 parent 6ccd3aa commit de1e026

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
edition = "2024"
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,13 @@ pynamedmodule! {
209209
doc: "rlbot_flatbuffers is a Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers.",
210210
name: rlbot_flatbuffers,
211211
classes: [
212+
AerialGoalScoreMutator,
212213
AirState,
214+
AssistGoalScoreMutator,
213215
AudioMutator,
214216
BallAnchor,
215217
BallBouncinessMutator,
218+
BallGravityMutator,
216219
BallInfo,
217220
BallMaxSpeedMutator,
218221
BallPrediction,
@@ -236,11 +239,13 @@ pynamedmodule! {
236239
CustomBot,
237240
CylinderShape,
238241
DemolishMutator,
242+
DemolishScoreMutator,
239243
DesiredBallState,
240244
DesiredCarState,
241245
DesiredGameState,
242246
DesiredMatchInfo,
243247
DesiredPhysics,
248+
DodgeTimerMutator,
244249
ExistingMatchBehavior,
245250
FieldInfo,
246251
Float,
@@ -251,6 +256,8 @@ pynamedmodule! {
251256
GoalInfo,
252257
GravityMutator,
253258
Human,
259+
InputRestrictionMutator,
260+
JumpMutator,
254261
Launcher,
255262
Line3D,
256263
LoadoutPaint,
@@ -263,6 +270,7 @@ pynamedmodule! {
263270
MaxTimeMutator,
264271
MultiBallMutator,
265272
MutatorSettings,
273+
NormalGoalScoreMutator,
266274
OvertimeMutator,
267275
PartyMember,
268276
Physics,
@@ -272,6 +280,7 @@ pynamedmodule! {
272280
PlayerInput,
273281
PlayerLoadout,
274282
PolyLine3D,
283+
PossessionScoreMutator,
275284
PredictionSlice,
276285
Psyonix,
277286
PsyonixSkill,
@@ -292,11 +301,13 @@ pynamedmodule! {
292301
SeriesLengthMutator,
293302
SetLoadout,
294303
SphereShape,
304+
StaleBallMutator,
295305
StartCommand,
296306
StopCommand,
297307
String2D,
298308
String3D,
299309
TeamInfo,
310+
TerritoryMutator,
300311
TextHAlign,
301312
TextVAlign,
302313
Touch,

0 commit comments

Comments
 (0)