Update crates/border-wars/src/map/click_tile.rs
All checks were successful
Rust Checks / checks (push) Successful in 4m2s
Rust Checks / checks (pull_request) Successful in 2m58s

This commit is contained in:
CoCo_Sol 2024-03-09 13:33:21 +00:00
parent 87c8f508d8
commit 685436a8eb

View file

@ -10,7 +10,7 @@ use super::Tile;
#[derive(Event)] #[derive(Event)]
pub struct TileJustClicked(pub u32); pub struct TileJustClicked(pub u32);
/// A event that is triggered when a mouse button is clicked. /// An event that is triggered when a mouse button is clicked.
/// ///
/// The event contains the position of the cursor in the world. /// The event contains the position of the cursor in the world.
#[derive(Event)] #[derive(Event)]