e3sourcehut
Log in
—
Register
~starkingdoms
/
starkingdoms
summary
tree
log
refs
ref:
eabc84c8e290163d25ea21f153ae811bf09fc23a
starkingdoms
/
crates
/
unified
/
src
/
server
/
components
/mod.rs
-rw-r--r--
89 bytes
View
Log
View raw
Permalink
eabc84c8
— core feat: add basic save file authentication infrastructure
23 hours ago
1
2
3
4
use
crate
::
prelude
::
Component
;
#[derive(Component)]
pub
struct
PlanetSensor
(
pub
String
);