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