path finding task setup

spacial set wip
This commit is contained in:
2024-09-30 22:14:57 -04:00
parent 47c0732f23
commit 5adfbd5de5
5 changed files with 127 additions and 29 deletions

View File

@@ -4,3 +4,8 @@ pub mod components;
pub mod units_debug_plugin;
pub mod units_plugin;
pub mod units_spacial_set;
#[derive(Clone, Copy)]
pub enum UnitType {
Basic,
}