Skip to content

Commit e4b964e

Browse files
committed
Update flatbuffers spec
1 parent 8bf17a3 commit e4b964e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.1.1"
3+
version = "0.1.2"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pynamedmodule! {
6363
OvertimeOption,
6464
PlayerSpectate,
6565
SphereShape,
66-
PsyonixBotPlayer,
66+
Psyonix,
6767
Touch,
6868
TextVAlign,
6969
ConsoleCommand,
@@ -74,7 +74,7 @@ pynamedmodule! {
7474
BallTypeOption,
7575
LoadoutPaint,
7676
RotatorPartial,
77-
PartyMemberBotPlayer,
77+
PartyMember,
7878
CylinderShape,
7979
PlayerInputChange,
8080
DesiredBallState,
@@ -107,7 +107,7 @@ pynamedmodule! {
107107
Bool,
108108
RespawnTimeOption,
109109
String2D,
110-
HumanPlayer,
110+
Human,
111111
GameInfo,
112112
PlayerInput,
113113
Color,
@@ -121,7 +121,7 @@ pynamedmodule! {
121121
RenderGroup,
122122
Launcher,
123123
BoxShape,
124-
RLBotPlayer
124+
RLBot
125125
],
126126
vars: [
127127
("__version__", env!("CARGO_PKG_VERSION"))

0 commit comments

Comments
 (0)