From 0dc6decf7f3a4ea273e0eabccd74815c528ba6bd Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Apr 2022 22:30:50 -0500 Subject: put something useful in state --- azalea-client/src/entity.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 azalea-client/src/entity.rs (limited to 'azalea-client/src/entity.rs') diff --git a/azalea-client/src/entity.rs b/azalea-client/src/entity.rs new file mode 100644 index 00000000..ed8aa68d --- /dev/null +++ b/azalea-client/src/entity.rs @@ -0,0 +1,5 @@ +#[derive(Default)] +pub struct Entity { + /// The incremental numerical id of the entity. + pub id: u32, +} -- cgit v1.2.3