diff --git a/rust_crate/src/interface.rs b/rust_crate/src/interface.rs index 3f6a3ed4..0578de13 100644 --- a/rust_crate/src/interface.rs +++ b/rust_crate/src/interface.rs @@ -10,8 +10,6 @@ use super::interface_web::*; /// Optionally, a custom binary called `binary` can also be included. /// This type is generic, and the message /// can be of any type declared in Protobuf. -/// If the `bevy` feature is enabled, -/// every Dart signal can be received as an event in Bevy. #[cfg_attr(feature = "bevy", derive(bevy_ecs::event::Event))] pub struct DartSignal { /// The message instance of a struct generated by Protobuf.