aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_set_time_packet.rs
blob: 02bf88d769aeca68d03ca2cb058e6922f0d944ed (plain)
1
2
3
4
5
6
7
use packet_macros::GamePacket;

#[derive(Clone, Debug, GamePacket)]
pub struct ClientboundSetTimePacket {
    pub game_time: u64,
    pub day_time: u64,
}