diff options
| author | mat <git@matdoes.dev> | 2025-06-18 08:24:34 +0700 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-18 08:24:34 +0700 |
| commit | 844697c04c030af19e63fd6af28aeb42519da7e1 (patch) | |
| tree | 1e15fd81cd9100143efa3afae48affd332815377 /azalea-protocol/src/packets/game/c_waypoint.rs | |
| parent | ffbe7a3e426e66c21c7156780728f96f8277c68a (diff) | |
| download | azalea-drasl-844697c04c030af19e63fd6af28aeb42519da7e1.tar.xz | |
1.21.6 fixes
Diffstat (limited to 'azalea-protocol/src/packets/game/c_waypoint.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_waypoint.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/azalea-protocol/src/packets/game/c_waypoint.rs b/azalea-protocol/src/packets/game/c_waypoint.rs index 0724d019..4975815e 100644 --- a/azalea-protocol/src/packets/game/c_waypoint.rs +++ b/azalea-protocol/src/packets/game/c_waypoint.rs @@ -67,14 +67,6 @@ struct CompactRgbColor { } #[derive(AzBuf, Clone, Debug)] -pub struct WaypointIconFade { - pub near_dist: i32, - pub far_dist: i32, - pub near_alpha: u8, - pub far_alpha: u8, -} - -#[derive(AzBuf, Clone, Debug)] pub enum WaypointData { Empty, Vec3i(Vec3i), |
