Skip to content

Commit

Permalink
publish event in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaeleragni committed Jul 17, 2024
1 parent c8d7b6b commit 6d92fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pub use proto::PromoteToHostEvent;
pub use uuid::Uuid;
pub mod prelude {
pub use super::{
ClientPlugin, ClientState, ServerPlugin, ServerState, SyncComponent, SyncEntity,
SyncExclude, SyncMark, SyncPlugin,
proto::PromoteToHostEvent, ClientPlugin, ClientState, ServerPlugin, ServerState,
SyncComponent, SyncEntity, SyncExclude, SyncMark, SyncPlugin,
};
}

Expand Down

0 comments on commit 6d92fae

Please sign in to comment.