~starkingdoms/starkingdoms

ref: ship-editor starkingdoms/crates/unified/src/server/components/mod.rs -rw-r--r-- 89 bytes
785a5a08ghostly_zsh ship editor feat: shift clicking and regular clicking work how they probably should 12 hours ago
                                                                                
1
2
3
4
use crate::prelude::Component;

#[derive(Component)]
pub struct PlanetSensor(pub String);