Skip to content

Commit 991a7a4

Browse files
committed
add Vector3Partial to flat_wrapper
1 parent fdcc427 commit 991a7a4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/examples/simple_atba.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use std::env;
22

33
use rlbot_lib::{
4-
self,
54
rlbot::{ControllerState, PlayerInput, ReadyMessage},
65
Packet, RLBotConnection,
76
};

lib/examples/start_match.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use rlbot_lib::{
2-
self,
32
rlbot::{
43
ExistingMatchBehavior, GameMap, GameMode, MatchLength, MatchSettings, MutatorSettings,
54
PlayerClass, PlayerConfiguration, PlayerLoadout, RLBotPlayer,

lib/src/flat_wrapper/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub use rlbot_generated::rlbot::flat::{
3434
RotatorObject as Rotator, RotatorPartialObject as RotatorPartial, ScoreInfoObject as ScoreInfo,
3535
SphereShapeObject as SphereShape, TeamInfoObject as TeamInfo, TinyBallObject as TinyBall,
3636
TinyPacketObject as TinyPacket, TinyPlayerObject as TinyPlayer, TouchObject as Touch,
37-
Vector3Object as Vector3,
37+
Vector3Object as Vector3, Vector3PartialObject as Vector3Partial,
3838
};
3939

4040
#[cfg(feature = "glam")]

0 commit comments

Comments
 (0)