zuma-like/src/states/linear/components.rs

4 lines
73 B
Rust
Raw Normal View History

2026-04-15 23:02:14 +03:00
use bevy::prelude::*;
#[derive(Component)]
pub struct LinearStateMarker;