Merge branch 'lunex'

This commit is contained in:
2024-11-15 21:58:17 -05:00
16 changed files with 295 additions and 10 deletions

View File

@@ -23,6 +23,11 @@ pub struct BuildingAsset {
pub cost: Vec<ResourceIdentifier>,
pub consumption: Vec<ResourceIdentifier>,
pub production: Vec<ResourceIdentifier>,
pub health: u32,
pub building_type: BuildingType,
pub animations: Vec<AnimationComponent>,
}
#[derive(Serialize, Deserialize, Debug, TypePath)]