clean up code

This commit is contained in:
2023-12-17 19:48:58 +01:00
parent 8b21e179c2
commit f87712e8d2
3 changed files with 6 additions and 63 deletions

View File

@@ -1,4 +1,3 @@
use std::ops::Deref;
use crate::artifacts::Artifact;
use crate::level::{Level, StructureElement};
use crate::level_generator::LevelGenerator;