@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user