~starkingdoms/starkingdoms

ref: 97a7f3ed1ee67a9ce3a05f453237b1de04f459f6 starkingdoms/crates/unified/src/client/crafting/components.rs -rw-r--r-- 132 bytes
97a7f3ed — core chore(netcode-rewrite): code cleanups and refactoring 28 days ago
                                                                                
1
2
3
4
use crate::prelude::{Component, Deserialize, Serialize};

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