This commit is contained in:
2025-07-20 16:38:28 -04:00
parent 6afc35924c
commit 9db175f066
4 changed files with 18 additions and 8 deletions

View File

@@ -1,9 +1,5 @@
use bevy::{
ecs::{
component::Component,
system::EntityCommands,
world::{CommandQueue, World},
},
ecs::{component::Component, system::EntityCommands, world::World},
math::Vec3,
};
use serde::{Deserialize, Serialize};