cleanup
Some checks failed
Rust / build (push) Failing after 4s

This commit is contained in:
2026-03-13 18:02:11 -04:00
parent e3ddd3b5d4
commit b567dd00fd
24 changed files with 456 additions and 299 deletions

View File

@@ -1,6 +1,3 @@
use bevy::reflect::Reflect;
use serde::{Deserialize, Serialize};
pub mod assets;
pub mod components;
pub mod nav_data;
@@ -11,6 +8,7 @@ pub mod units_plugin;
pub mod units_spacial_set;
#[derive(Clone, Copy)]
pub enum UnitType {
pub enum UnitType
{
Basic,
}