mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
5 lines
66 B
Rust
5 lines
66 B
Rust
|
use shipyard::Component;
|
||
|
|
||
|
#[derive(Component)]
|
||
|
pub struct Player;
|