Skip to content

Commit

Permalink
Fix module assembly serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdr committed Jul 9, 2023
1 parent 3f752b2 commit e5831d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/raknet/client/replica/module_assembly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<()> {
Expand Down

0 comments on commit e5831d1

Please sign in to comment.