buildings
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
use bevy::prelude::Resource;
|
||||
use shared::building::BuildingIdentifier;
|
||||
use world_generation::hex_utils::HexCoord;
|
||||
|
||||
#[derive(Resource)]
|
||||
pub struct BuildQueue {
|
||||
pub queue: Vec<QueueEntry>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user