ashscript_types/structures/
turret.rs

1
2
3
4
pub struct Turret {
    pub owner_id: u32,
    pub energy: u32,
}