Skip to content

Commit 5a3f59a

Browse files
committedJul 26, 2024·
Fix clippy warning
1 parent cd78b15 commit 5a3f59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/screen/playing/level_up_menu.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use bevy::prelude::*;
22
use bevy_mod_picking::prelude::*;
3+
use pyri_state::extra::entity_scope::StateScope;
34
use pyri_state::prelude::*;
45

56
use crate::core::pause::Pause;

0 commit comments

Comments
 (0)
Please sign in to comment.