~starkingdoms/starkingdoms

ref: 59f6ec971f5951a53c3d90340e170eef187e4dd7 starkingdoms/crates/unified/src/client/crafting/components.rs -rw-r--r-- 132 bytes
59f6ec97ghostly_zsh netcode fix: dumb stupid interpolation works when there's no inconsistent delay or loss or reordering of packets 6 days ago
                                                                                
1
2
3
4
use crate::prelude::{Component, Deserialize, Serialize};

#[derive(Component, Serialize, Deserialize, Debug)]
pub struct CraftingUi;