~starkingdoms/starkingdoms

ref: af4596b8b1b420a569b206cddbe2de664399218c starkingdoms/crates/unified/src/client/crafting/components.rs -rw-r--r-- 132 bytes
af4596b8 — core feat(netcode-rewrite): begin reimplementing replication a month ago
                                                                                
1
2
3
4
use crate::prelude::{Component, Deserialize, Serialize};

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