optimize path finding
This commit is contained in:
@@ -27,3 +27,5 @@ pub struct Path(pub Vec<Vec3>, pub usize);
|
||||
|
||||
#[derive(Component, Debug)]
|
||||
pub struct PathTask(pub Task<Option<CommandQueue>>);
|
||||
#[derive(Component, Debug)]
|
||||
pub struct PathTaskPending(pub usize);
|
||||
|
||||
Reference in New Issue
Block a user