Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/h2-0.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 authored Jan 24, 2024
2 parents 3d32bd6 + fedacc3 commit b3b514e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/messages/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
pub use game::{FromGame, JoinError, Readiness, ToGame};
pub use players::{
BorrowedFromPlayers, ChatMessage, ChatMessageError, EntityNet, FromPlayers, HealthDelta,
NetEntityIndex, NetProjectile, ToPlayers, MAX_CHAT_LEN,
NetEntityIndex, NetProjectile, PathError, PathNet, ToPlayers, TransformNet, Vec2Net, Vec3Net,
Vec4Net, MAX_CHAT_LEN,
};
pub use server::{FromServer, GameOpenError, ToServer};

Expand Down

0 comments on commit b3b514e

Please sign in to comment.