/// A lightweight representation of a ship in the galaxy #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub struct GameShipHandle { pub(crate) index: u64, }