Cleanup
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user