e3sourcehut
Log in
—
Register
~starkingdoms
/
starkingdoms
summary
tree
log
refs
ref:
785a5a087f78903b09c8e0cbcf1454bbe44c114f
starkingdoms
/
crates
/
unified
/
src
/
server
/
components
/mod.rs
-rw-r--r--
89 bytes
View
Log
View raw
Permalink
785a5a08
—
ghostly_zsh
ship editor feat: shift clicking and regular clicking work how they probably should
8 hours ago
1
2
3
4
use
crate
::
prelude
::
Component
;
#[derive(Component)]
pub
struct
PlanetSensor
(
pub
String
);