unused import

This commit is contained in:
Quaternions 2024-02-15 00:46:43 -08:00
parent e0739fa792
commit 261e42c33d

View File

@ -6,7 +6,6 @@ use strafesnet_common::gameplay_modes;
use strafesnet_common::gameplay_style;
use strafesnet_common::gameplay_attributes as attr;
use strafesnet_common::integer::{Planar64,Planar64Vec3,Planar64Mat3,Planar64Affine3};
use strafesnet_common::model::RenderConfig;
use strafesnet_common::model::RenderConfigId;
use strafesnet_common::updatable::Updatable;