mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
fix: Make all client packet members public. (#1125)
This commit is contained in:
@@ -5,9 +5,9 @@ use serde::Serialize;
|
||||
#[derive(Serialize)]
|
||||
#[packet(PLAY_PLAYER_ABILITIES)]
|
||||
pub struct CPlayerAbilities {
|
||||
flags: i8,
|
||||
flying_speed: f32,
|
||||
field_of_view: f32,
|
||||
pub flags: i8,
|
||||
pub flying_speed: f32,
|
||||
pub field_of_view: f32,
|
||||
}
|
||||
|
||||
impl CPlayerAbilities {
|
||||
|
||||
Reference in New Issue
Block a user