mirror of
https://github.com/lcdr/lu_packets.git
synced 2025-12-30 09:00:38 -06:00
Fix module assembly serialization
This commit is contained in:
@@ -25,7 +25,8 @@ impl ComponentConstruction for ModuleAssemblyConstruction {
|
||||
}
|
||||
}
|
||||
|
||||
pub type ModuleAssemblySerialization = ModuleAssemblyConstruction;
|
||||
#[derive(Debug, PartialEq, ReplicaSerde)]
|
||||
pub struct ModuleAssemblySerialization {}
|
||||
|
||||
impl ComponentSerialization for ModuleAssemblySerialization {
|
||||
fn ser(&self, writer: &mut BEBitWriter<Vec<u8>>) -> Res<()> {
|
||||
|
||||
Reference in New Issue
Block a user