mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2025-10-21 20:10:37 +00:00
4 lines
115 B
Rust
4 lines
115 B
Rust
#[derive(Component, Debug, Clone, Copy, PartialEq, Eq, Default, Reflect)]
|
|
#[reflect(Component)]
|
|
pub struct Player;
|