Update mod.rs

Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
This commit is contained in:
MevLyshkin 2025-06-07 19:37:45 +02:00 committed by GitHub
parent 07dd944085
commit 671c3b6828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ use core::any::TypeId;
pub mod json_schema; pub mod json_schema;
pub mod open_rpc; pub mod open_rpc;
/// Holds mapping of reflect data types to strings, /// Holds mapping of reflect [type data](TypeData) to strings,
/// later on used in Bevy Json Schema. /// later on used in Bevy Json Schema.
#[derive(Debug, Resource, Reflect)] #[derive(Debug, Resource, Reflect)]
#[reflect(Resource)] #[reflect(Resource)]