Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
haiitsstrawberry committed Jul 27, 2024
1 parent 4d080da commit fe19fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/proto.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use serde::{Deserialize, Serialize};

use crate::{
dodeca, graph::NodeId, math::MIsometry, node::ChunkId, voxel_math::Coords, world::Material,
EntityId, SimConfig, Step,
dodeca, graph::NodeId, math::MIsometry, node::ChunkId, voxel_math::Coords, world::Material,
EntityId, SimConfig, Step,
};

#[derive(Debug, Serialize, Deserialize)]
Expand Down

0 comments on commit fe19fec

Please sign in to comment.