aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/entity.rs
blob: ed8aa68da73871ba5d2980c58fa07fca5b286243 (plain)
1
2
3
4
5
#[derive(Default)]
pub struct Entity {
    /// The incremental numerical id of the entity.
    pub id: u32,
}