~starkingdoms/starkingdoms

ref: 371c2735ced761acbe1ab4457b9885976972a8be starkingdoms/crates/unified/src/client/crafting/components.rs -rw-r--r-- 132 bytes
371c2735 — core Revert "netcode: unreliable updates" 9 days ago
                                                                                
1
2
3
4
use crate::prelude::{Component, Deserialize, Serialize};

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