use binrw::binrw;
#[binrw]
#[derive(Debug, Clone, Copy, Default)]
pub struct WeatherChange {
pub weather_id: u16,
#[brw(pad_before = 2)]
pub transistion_time: f32,
}