Skip to content

Commit

Permalink
We'll use these eventually
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Dec 2, 2024
1 parent 5841c00 commit 8b784f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use serde::Deserialize;

#[derive(Deserialize, Debug, Asset, TypePath)]
pub struct Level {
#[allow(unused)]
pub name: String,
pub layers: u32,
pub terminuses: Vec<Terminus>,
Expand Down

0 comments on commit 8b784f3

Please sign in to comment.